Repository: usergrid Updated Branches: refs/heads/2.1-release 8da60e2aa -> 5fd1d5df5
revert pom Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/5fd1d5df Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/5fd1d5df Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/5fd1d5df Branch: refs/heads/2.1-release Commit: 5fd1d5df5597e196031937f63d406d790e1f113d Parents: 8da60e2 Author: Shawn Feldman <[email protected]> Authored: Wed Nov 4 17:02:49 2015 -0700 Committer: Shawn Feldman <[email protected]> Committed: Wed Nov 4 17:02:49 2015 -0700 ---------------------------------------------------------------------- stack/services/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/5fd1d5df/stack/services/pom.xml ---------------------------------------------------------------------- diff --git a/stack/services/pom.xml b/stack/services/pom.xml index 0be2bcf..2daa8f6 100644 --- a/stack/services/pom.xml +++ b/stack/services/pom.xml @@ -438,7 +438,12 @@ <groupId>com.github.fernandospr</groupId> <artifactId>java-wns</artifactId> <version>1.3</version> + <exclusions> + <exclusion> + <artifactId>jackson-jaxrs</artifactId> + <groupId>org.codehaus.jackson</groupId> + </exclusion> + </exclusions> </dependency> - </dependencies> </project>
