Remove Jackson 2 dependency that snuck in with new AWS S3 store because it breaks the rest tests.
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/5f4a66b2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/5f4a66b2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/5f4a66b2 Branch: refs/heads/two-dot-o Commit: 5f4a66b26c48c2195aaaf8d6231112e0d3996548 Parents: c448a1f Author: Dave Johnson <dmjohn...@apigee.com> Authored: Mon May 11 14:40:09 2015 -0700 Committer: Dave Johnson <dmjohn...@apigee.com> Committed: Mon May 11 14:40:09 2015 -0700 ---------------------------------------------------------------------- stack/services/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/5f4a66b2/stack/services/pom.xml ---------------------------------------------------------------------- diff --git a/stack/services/pom.xml b/stack/services/pom.xml index b3297d9..7ea6b16 100644 --- a/stack/services/pom.xml +++ b/stack/services/pom.xml @@ -401,6 +401,12 @@ <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-s3</artifactId> + <exclusions> + <exclusion> + <artifactId>jackson-databind</artifactId> + <groupId>com.fasterxml.jackson.core</groupId> + </exclusion> + </exclusions> </dependency> <dependency>