Changes in the .pom file :
In order to have the deployment and the compilation successful, I had to change the original .pom file in order to load the Jackson dependencies. I couldn't get that working with the current .pom file. This file is attached and you can see the my changes below the original commented code. For example :
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<!--<version>2.1.1-SNAPSHOT</version>-->
<version>2.2.3-SNAPSHOT</version>
</dependency>
And of course, I modified the .pom and .project file to run with my version of Android, which 17 compared to 15 by default in the original files.
Any help or feedback would be really appreciated.
Regards,
Issue opened here for the Jackson artifact:
https://github.com/CUTR-at-USF/OpenTripPlanner-for-Android/issues/31
Sean
--
You received this message because you are subscribed to a topic in the Google Groups "OpenTripPlanner Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/opentripplanner-dev/a9b_bCYyBVs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to opentripplanner...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and all its topics, send an email to opentripplanner-dev+unsub...@googlegroups.com.