You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by gr...@apache.org on 2015/08/10 19:29:28 UTC

[10/13] incubator-usergrid git commit: Fixes jackson issue with long fields and serialization that is broken in 2.6.0

Fixes jackson issue with long fields and serialization that is broken in 2.6.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/3cb3f6c0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/3cb3f6c0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/3cb3f6c0

Branch: refs/heads/USERGRID-903
Commit: 3cb3f6c08257277f5fec48eb43dd42156980e41d
Parents: 94f0349
Author: Todd Nine <tn...@apigee.com>
Authored: Wed Aug 5 12:07:43 2015 -0600
Committer: Todd Nine <tn...@apigee.com>
Committed: Wed Aug 5 12:07:43 2015 -0600

----------------------------------------------------------------------
 stack/corepersistence/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/3cb3f6c0/stack/corepersistence/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/pom.xml b/stack/corepersistence/pom.xml
index 1ee5272..4b47bc0 100644
--- a/stack/corepersistence/pom.xml
+++ b/stack/corepersistence/pom.xml
@@ -65,7 +65,7 @@ limitations under the License.
         <guice.version>4.0-beta5</guice.version>
         <guicyfig.version>3.2</guicyfig.version>
         <hystrix.version>1.4.0</hystrix.version>
-        <jackson-2-version>2.6.0</jackson-2-version>
+        <jackson-2-version>2.4.1</jackson-2-version>
         <mockito.version>1.10.8</mockito.version>
         <junit.version>4.11</junit.version>
         <kryo-serializers.version>0.26</kryo-serializers.version>