diff --git a/pom.xml b/pom.xml index 6499478f75..422d515fff 100644 --- a/pom.xml +++ b/pom.xml @@ -163,6 +163,7 @@ AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=10000;MVCC=FALSE;LOCK_MODE=0;IGNORECASE=TRUE + 6.17 false 1.8 @@ -189,6 +190,57 @@ guava 18.0 + + org.mockito + mockito-all + ${mockito.version} + + + org.alfresco.surf + spring-webscripts + ${alfresco-spring-webscripts.version} + tests + + + org.springframework + spring-test + ${spring.version} + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + ${jackson.version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${jackson.version} + + + postgresql + postgresql + ${alfresco.postgres.version} + + + mysql + mysql-connector-java + ${mysql.version} + diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 7fa10262f5..f87811f262 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -31,7 +31,6 @@ 7.2 6.50 6.35 - 6.17 6.0.a 6.0.a @@ -349,7 +348,6 @@ org.alfresco.surf spring-webscripts - ${dependency.alfresco-spring-webscripts.version} tests test @@ -367,13 +365,11 @@ postgresql postgresql - ${alfresco.postgres.version} test mysql mysql-connector-java - ${mysql.version} test @@ -399,43 +395,36 @@ org.mockito mockito-all - ${mockito.version} test com.fasterxml.jackson.core jackson-core - ${jackson.version} provided com.fasterxml.jackson.core jackson-annotations - ${jackson.version} provided com.fasterxml.jackson.core jackson-databind - ${jackson.version} provided com.fasterxml.jackson.datatype jackson-datatype-joda - ${jackson.version} provided com.fasterxml.jackson.dataformat jackson-dataformat-yaml - ${jackson.version} provided org.springframework spring-test - ${spring.version} test