From 3f60e9cf889de0f46c3f3073d27fcfa9d6b14ae3 Mon Sep 17 00:00:00 2001 From: Paul Gallagher Date: Thu, 10 Nov 2016 14:34:07 +0000 Subject: [PATCH] NO-JIRA: Move version properties to top level pom and add the runtime artifacts to the dependencyManagement --- artemis-cli/pom.xml | 2 -- pom.xml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml index d9bc886b99..c7f4172487 100644 --- a/artemis-cli/pom.xml +++ b/artemis-cli/pom.xml @@ -30,8 +30,6 @@ ${project.basedir}/.. 1.18 - 2.1 - 3.0 diff --git a/pom.xml b/pom.xml index 3e7e52518c..de1e9d697c 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,8 @@ scp://people.apache.org/x1/www/activemq.apache.org + 2.1 + 3.0 5.14.0 10.11.1.1 1.9.2 @@ -382,6 +384,18 @@ ${commons.collections.version} + + org.apache.commons + commons-configuration2 + ${commons.config.version} + + + + org.apache.commons + commons-lang3 + ${commons.lang.version} + +