Author: ccustine
Date: Thu Sep 3 01:40:29 2009
New Revision: 810757
URL: http://svn.apache.org/viewvc?rev=810757&view=rev
Log:
- Trying to coax this dependency to resolve on Hudson.
Modified:
servicemix/smx4/features/trunk/examples/itests/tests/pom.xml
servicemix/smx4/features/trunk/pom.xml
Modified: servicemix/smx4/features/trunk/examples/itests/tests/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/tests/pom.xml?rev=810757&r1=810756&r2=810757&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/itests/tests/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/itests/tests/pom.xml Thu Sep 3
01:40:29 2009
@@ -75,6 +75,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.fusesource.commonman</groupId>
+ <artifactId>commons-management</artifactId>
+ <version>${commons.management.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.ant</artifactId>
<version>${ant.version}</version>
@@ -163,6 +168,12 @@
</dependency>
<dependency>
<groupId>org.apache.servicemix.nmr</groupId>
+ <artifactId>org.apache.servicemix.nmr.management</artifactId>
+ <version>${servicemix.nmr.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.servicemix.nmr</groupId>
<artifactId>org.apache.servicemix.nmr.osgi</artifactId>
<version>${servicemix.nmr.version}</version>
<scope>test</scope>
Modified: servicemix/smx4/features/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=810757&r1=810756&r2=810757&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Thu Sep 3 01:40:29 2009
@@ -72,6 +72,7 @@
<bnd.version>0.0.227</bnd.version>
<cglib.version>2.1_3_2</cglib.version>
<camel.version>1.6.0</camel.version>
+ <commons.management.version>1.0</commons.management.version>
<commons-beanutils.version>1.7.0_1</commons-beanutils.version>
<commons-collections.version>3.2.1</commons-collections.version>
<commons-csv.version>1.0-r706899_1</commons-csv.version>