You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/05/27 21:35:30 UTC

[41/50] [abbrv] incubator-usergrid git commit: Remove Jackson 2 dependency that snuck in with new AWS S3 store because it breaks the rest tests.

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 <dm...@apigee.com>
Authored: Mon May 11 14:40:09 2015 -0700
Committer: Dave Johnson <dm...@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>