From 0e3f27f4e2e9686781019a14ce6828eff14a6924 Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Wed, 30 Mar 2016 20:12:39 +0100 Subject: [PATCH] RM-3229 (Repo AMP contains unwanted libraries) --- rm-community/rm-community-repo/pom.xml | 46 +++++++++++++++++++------- 1 file changed, 34 insertions(+), 12 deletions(-) diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 77aa61d749..af9825bcb5 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -24,7 +24,7 @@ 5.1.31 alfresco-rm-community-repo true - ${project.build.directory}/solr/home + ${project.build.directory}/solr/home @@ -213,12 +213,12 @@ - + org.codehaus.mojo - license-maven-plugin - + license-maven-plugin + alfresco_community source/java @@ -229,8 +229,8 @@ test/resources - - + + @@ -267,7 +267,7 @@ - + @@ -277,11 +277,6 @@ - - com.google.code.gson - gson - 2.3.1 - ${alfresco.groupId} alfresco-remote-api @@ -332,10 +327,12 @@ postgresql postgresql ${alfresco.postgres.version} + test mysql mysql-connector-java + test ${alfresco.groupId} @@ -348,6 +345,7 @@ * + test @@ -540,6 +538,30 @@ + + + postgresql + postgresql + ${alfresco.postgres.version} + + + mysql + mysql-connector-java + ${alfresco.mysql.version} + + + ${alfresco.groupId} + alfresco-repository + ${alfresco.version} + h2scripts + + + * + * + + + +