From df330893d73f43428c733a532236d98d57a5b90f Mon Sep 17 00:00:00 2001 From: Martin Stockhammer Date: Sun, 28 Oct 2018 15:48:01 +0100 Subject: [PATCH] Moving dependency versions to main project --- .../archiva-base/archiva-converter/pom.xml | 7 -- .../archiva-repository-layer/pom.xml | 1 - .../archiva-rest-services/pom.xml | 1 - .../archiva-web/archiva-rss/pom.xml | 1 - .../archiva-web/archiva-webapp-test/pom.xml | 16 --- .../archiva-web/archiva-webapp/pom.xml | 66 +---------- .../archiva-web/archiva-webdav/pom.xml | 4 + .../plugins/maven2-repository/pom.xml | 24 ---- .../plugins/metadata-store-jcr/pom.xml | 2 - .../plugins/repository-statistics/pom.xml | 1 - pom.xml | 103 +++++++++++++++--- 11 files changed, 93 insertions(+), 133 deletions(-) diff --git a/archiva-modules/archiva-base/archiva-converter/pom.xml b/archiva-modules/archiva-base/archiva-converter/pom.xml index a9a90a53b..e952313b2 100644 --- a/archiva-modules/archiva-base/archiva-converter/pom.xml +++ b/archiva-modules/archiva-base/archiva-converter/pom.xml @@ -48,13 +48,6 @@ org.apache.maven maven-compat - 3.0 - - - org.sonatype.sisu - sisu-guice - - diff --git a/archiva-modules/archiva-base/archiva-repository-layer/pom.xml b/archiva-modules/archiva-base/archiva-repository-layer/pom.xml index 196ae4534..e9d60bdfb 100644 --- a/archiva-modules/archiva-base/archiva-repository-layer/pom.xml +++ b/archiva-modules/archiva-base/archiva-repository-layer/pom.xml @@ -103,7 +103,6 @@ com.cronutils cron-utils - 6.0.2 diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml index c02220987..20fb8b675 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml @@ -108,7 +108,6 @@ org.jsoup jsoup - 1.7.1 diff --git a/archiva-modules/archiva-web/archiva-rss/pom.xml b/archiva-modules/archiva-web/archiva-rss/pom.xml index a7bcf7602..f1677129b 100644 --- a/archiva-modules/archiva-web/archiva-rss/pom.xml +++ b/archiva-modules/archiva-web/archiva-rss/pom.xml @@ -44,7 +44,6 @@ rome rome - 0.9 xmlunit diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index 9b58ffd9f..913229f58 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -344,22 +344,6 @@ org.codehaus.plexus plexus-slf4j-logging - 1.1 - test - - - org.codehaus.plexus - plexus-container-default - - - commons-logging - commons-logging-api - - - log4j - log4j - - diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index d68c36183..73033120c 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -178,30 +178,7 @@ org.apache.velocity velocity-tools - 1.3 runtime - - - commons-logging - commons-logging - - - velocity - velocity-dep - - - velocity - velocity - - - struts - struts - - - javax.servlet - servlet-api - - org.apache.archiva @@ -219,19 +196,6 @@ - org.codehaus.plexus plexus-utils @@ -378,9 +342,6 @@ org.apache.archiva archiva-configuration - org.apache.archiva @@ -675,17 +636,7 @@ org.apache.archiva.redback redback-integrations-security - + commons-logging commons-logging @@ -796,21 +747,6 @@ org.codehaus.plexus plexus-slf4j-logging - 1.1 - - - org.codehaus.plexus - plexus-container-default - - - commons-logging - commons-logging-api - - - log4j - log4j - - diff --git a/archiva-modules/archiva-web/archiva-webdav/pom.xml b/archiva-modules/archiva-web/archiva-webdav/pom.xml index 23e525402..b2d19b896 100644 --- a/archiva-modules/archiva-web/archiva-webdav/pom.xml +++ b/archiva-modules/archiva-web/archiva-webdav/pom.xml @@ -106,6 +106,10 @@ org.apache.jackrabbit jackrabbit-webdav + + org.apache.jackrabbit + jackrabbit-jcr-commons + commons-io commons-io diff --git a/archiva-modules/plugins/maven2-repository/pom.xml b/archiva-modules/plugins/maven2-repository/pom.xml index 07cfd1821..5a8ef5f06 100644 --- a/archiva-modules/plugins/maven2-repository/pom.xml +++ b/archiva-modules/plugins/maven2-repository/pom.xml @@ -102,24 +102,6 @@ maven-resolver-provider - org.eclipse.aether aether-api @@ -130,12 +112,6 @@ aether-connector-file - - org.apache.maven.resolver - maven-resolver-impl - 1.0.3 - - org.apache.archiva archiva-configuration diff --git a/archiva-modules/plugins/metadata-store-jcr/pom.xml b/archiva-modules/plugins/metadata-store-jcr/pom.xml index c53149a93..a7df77f7b 100644 --- a/archiva-modules/plugins/metadata-store-jcr/pom.xml +++ b/archiva-modules/plugins/metadata-store-jcr/pom.xml @@ -89,7 +89,6 @@ org.apache.felix org.apache.felix.scr.annotations - RELEASE org.apache.logging.log4j @@ -177,7 +176,6 @@ io.dropwizard.metrics metrics-core - 3.1.0 diff --git a/archiva-modules/plugins/repository-statistics/pom.xml b/archiva-modules/plugins/repository-statistics/pom.xml index 2a1926d42..38f83fdc9 100644 --- a/archiva-modules/plugins/repository-statistics/pom.xml +++ b/archiva-modules/plugins/repository-statistics/pom.xml @@ -72,7 +72,6 @@ org.apache.jackrabbit jackrabbit-jcr-commons - 2.15.2 org.apache.archiva diff --git a/pom.xml b/pom.xml index 2ab77a10f..e6991e506 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,7 @@ 3.5.4 2.2.1 + 3.0 1.13.1 0.9.0.M2 @@ -71,6 +72,10 @@ 1.7.25 2.8.2 + 1.7.1 + 0.9 + 6.0.2 + 4.3.10.RELEASE 2.0 @@ -80,6 +85,8 @@ 1.7.11 2.15.4 + 1.12.0 + 3.1.0 3.0.3 10.13.1.1 @@ -100,6 +107,7 @@ 1.1 2.1 3.1.0 + 1.1 2.27 clean install @@ -330,6 +338,13 @@ jackrabbit-webdav ${jackrabbit.version} + + org.apache.jackrabbit + jackrabbit-jcr-commons + ${jackrabbit.version} + + + org.apache.maven.indexer indexer-reader @@ -848,6 +863,18 @@ ${maven3x.version} + + org.apache.maven + maven-compat + ${maven.compat.version} + + + org.sonatype.sisu + sisu-guice + + + + org.apache.maven maven-artifact @@ -931,34 +958,26 @@ - + org.apache.archiva.redback.components spring-taskqueue @@ -1146,6 +1165,34 @@ + + org.apache.velocity + velocity-tools + 1.3 + + + commons-logging + commons-logging + + + velocity + velocity-dep + + + velocity + velocity + + + struts + struts + + + javax.servlet + servlet-api + + + + org.apache.archiva.redback redback-rbac-cached @@ -1435,6 +1482,12 @@ ${javax.jcr.version} + + org.apache.felix + org.apache.felix.scr.annotations + ${felix.scr.version} + + @@ -1596,9 +1649,29 @@ ${asm.version} + + org.jsoup + jsoup + ${jsoup.version} + + + rome + rome + ${rome.version} + + + com.cronutils + cron-utils + ${cronutils.version} + + + io.dropwizard.metrics + metrics-core + ${metrics-core.version} + -- 2.39.5