diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index 712ce49651..4df894ef49 100644 --- a/activemq-console/pom.xml +++ b/activemq-console/pom.xml @@ -36,6 +36,7 @@ org.springframework*;resolution:=optional, sun.management*;resolution:=optional, org.josql*;resolution:=optional, + org.apache.velocity*;resolution:=optional, * @@ -97,13 +98,18 @@ - velocity + org.apache.velocity velocity commons-collections commons-collections + + commons-lang + commons-lang + ${commons-lang-version} + net.sf.josql josql diff --git a/activemq-karaf/src/main/resources/features.xml b/activemq-karaf/src/main/resources/features.xml index e1dfcee5a1..1fd6ac8924 100644 --- a/activemq-karaf/src/main/resources/features.xml +++ b/activemq-karaf/src/main/resources/features.xml @@ -4,7 +4,7 @@ mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 mvn:org.apache.geronimo.specs/geronimo-j2ee-connector_1.5_spec/2.0.0 - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.howl/1.0.1-1_1 + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.howl/1.0.1-1_1 mvn:org.apache.geronimo.components/geronimo-transaction/2.2-r634076 mvn:org.springframework/spring-tx/2.5.6 mvn:org.apache.servicemix.transaction/org.apache.servicemix.transaction/1.0.0 @@ -17,16 +17,23 @@ mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jencks/2.1_1 - - connector + + connector + + transactionLogDir = data/txlog/ + mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1 - mvn:commons-pool/commons-pool/1.4 - mvn:org.apache.xbean/xbean-spring/3.6 - mvn:org.apache.activemq/activemq-core/5.3.0 - mvn:org.apache.activemq/kahadb/5.3.0 - mvn:org.apache.activemq/activemq-ra/5.3.0 - mvn:org.apache.activemq/activemq-console/5.3.0 - mvn:org.apache.activemq/activemq-pool/5.3.0 + mvn:commons-pool/commons-pool/${commons-pool-version} + mvn:commons-collections/commons-collections/${commons-collections-version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-lang/2.4_3 + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.oro/2.0.8_3 + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.velocity/1.6.2_3 + mvn:org.apache.xbean/xbean-spring/${xbean-version} + mvn:org.apache.activemq/activemq-core/${activemq-version} + mvn:org.apache.activemq/kahadb/${activemq-version} + mvn:org.apache.activemq/activemq-ra/${activemq-version} + mvn:org.apache.activemq/activemq-console/${activemq-version} + mvn:org.apache.activemq/activemq-pool/${activemq-version} mvn:org.apache.servicemix.activemq/org.apache.servicemix.activemq.commands/4.1.0-SNAPSHOT \ No newline at end of file diff --git a/activemq-optional/pom.xml b/activemq-optional/pom.xml index f527cd4d35..27987d7fd3 100755 --- a/activemq-optional/pom.xml +++ b/activemq-optional/pom.xml @@ -173,7 +173,7 @@ - velocity + org.apache.velocity velocity diff --git a/assembly/src/main/descriptors/common-bin.xml b/assembly/src/main/descriptors/common-bin.xml index 9ef0cad0e4..1e400b242f 100644 --- a/assembly/src/main/descriptors/common-bin.xml +++ b/assembly/src/main/descriptors/common-bin.xml @@ -202,6 +202,7 @@ commons-pool:commons-pool commons-codec:commons-codec commons-net:commons-net + commons-lang:commons-lang log4j:log4j mx4j:mx4j-remote mx4j:mx4j-tools @@ -221,7 +222,7 @@ org.codehaus.woodstox:wstx-asl org.springframework.ws:spring-oxm-tiger org.codehaus.jettison:jettison - velocity:velocity + org.apache.velocity:velocity net.sf.josql:josql diff --git a/pom.xml b/pom.xml index 4a851f8e9d..4f109911c6 100755 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,7 @@ 1.2.2 3.1 1.4 + 2.4 1.1 1.4 1.0 @@ -78,6 +79,7 @@ 1.1.3.4d_b4_min 1.3.1 3.6 + 1.6.2 2.0.1 2.0 1.0.0 @@ -890,9 +892,9 @@ - velocity + org.apache.velocity velocity - 1.4 + ${velocity-version} true