From dcd1b76d0ce1eb5676b647a040425e511dd123b7 Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Fri, 1 Jun 2018 10:28:20 +0300 Subject: [PATCH] remove dependencies not needed --- rm-community/rm-community-repo/pom.xml | 107 ++++++------------------- 1 file changed, 24 insertions(+), 83 deletions(-) diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 329c0970bf..88a212e572 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -28,10 +28,8 @@ 6.0.4-ea - 7.2 - 8.7 6.50 - 6.31 + 6.35 6.17 6.0.a @@ -316,9 +314,24 @@ provided - org.alfresco - alfresco-data-model - ${dependency.alfresco-data-model.version} + ${alfresco.groupId} + alfresco-repository + ${dependency.alfresco-repository.version} + provided + + + ${alfresco.groupId} + alfresco-repository + ${dependency.alfresco-repository.version} + tests + test + + + ${alfresco.groupId} + alfresco-remote-api + ${dependency.alfresco-remote-api.version} + tests + test javax.servlet @@ -343,33 +356,6 @@ junit test - - ${alfresco.groupId} - alfresco-core - ${dependency.alfresco-core.version} - tests - test - - - ${alfresco.groupId} - alfresco-core - ${dependency.alfresco-core.version} - provided - - - ${alfresco.groupId} - alfresco-repository - ${dependency.alfresco-repository.version} - tests - test - - - ${alfresco.groupId} - alfresco-remote-api - ${dependency.alfresco-remote-api.version} - tests - test - postgresql postgresql @@ -412,76 +398,31 @@ com.fasterxml.jackson.core jackson-core ${dependency.jackson.version} + provided com.fasterxml.jackson.core jackson-annotations ${dependency.jackson.version} + provided com.fasterxml.jackson.core jackson-databind ${dependency.jackson.version} + provided com.fasterxml.jackson.datatype jackson-datatype-joda ${dependency.jackson.version} + provided com.fasterxml.jackson.dataformat jackson-dataformat-yaml ${dependency.jackson.version} - - - org.springframework - spring-aop - ${dependency.spring.version} - - - org.springframework - spring-beans - ${dependency.spring.version} - - - org.springframework - spring-context - ${dependency.spring.version} - - - org.springframework - spring-context-support - ${dependency.spring.version} - - - org.springframework - spring-core - ${dependency.spring.version} - - - org.springframework - spring-expression - ${dependency.spring.version} - - - org.springframework - spring-jdbc - ${dependency.spring.version} - - - org.springframework - spring-jms - ${dependency.spring.version} - - - org.springframework - spring-orm - ${dependency.spring.version} - - - org.springframework - spring-tx - ${dependency.spring.version} + provided org.springframework