You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2015/11/05 01:03:01 UTC

usergrid git commit: revert pom

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 <sf...@apache.org>
Authored: Wed Nov 4 17:02:49 2015 -0700
Committer: Shawn Feldman <sf...@apache.org>
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>