diff --git a/pom.xml b/pom.xml index 960cf6f3bb..a97b4f3d73 100644 --- a/pom.xml +++ b/pom.xml @@ -171,7 +171,8 @@ -Xmx1024m -XX:MaxPermSize=256m -Duser.language=en -Dcom.sun.management.jmxremote true false - 6.0.0 + 1.1.0 + 2.9.5 @@ -191,6 +192,29 @@ 4.12 test + + + com.fasterxml.jackson.core + jackson-core + ${dependency.jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${dependency.jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${dependency.jackson.version} + + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + ${dependency.jackson.version} + test + diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 505ae7ade1..5ab5870216 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -30,7 +30,7 @@ 7.2 8.5 - 6.49 + 6.50 6.31 1.0.8 6.0 @@ -340,24 +340,6 @@ alfresco-data-model ${dependency.alfresco-data-model.version} - - com.fasterxml.jackson.core - jackson-databind - 2.9.5 - provided - - - com.fasterxml.jackson.core - jackson-annotations - 2.9.5 - provided - - - com.fasterxml.jackson.datatype - jackson-datatype-joda - 2.9.5 - test - org.springframework