You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/08/09 10:35:33 UTC

svn commit: r983553 [2/2] - in /servicemix/smx4/nmr/trunk: ./ assembly/ assembly/src/main/filtered-resources/ branding/ bundle/ document/ examples/ examples/cluster/ examples/interceptors/ examples/interceptors/endpoint/ examples/interceptors/exchange/...

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=983553&r1=983552&r2=983553&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Mon Aug  9 08:35:32 2010
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <!--
 
@@ -24,7 +25,7 @@
     <groupId>org.apache.servicemix</groupId>
     <artifactId>servicemix-pom</artifactId>
     <relativePath>../servicemix-pom/pom.xml</relativePath>
-    <version>4</version>
+    <version>5-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.nmr</groupId>
@@ -59,676 +60,513 @@
   <prerequisites>
       <maven>2.2.1</maven>
   </prerequisites>
-  
-      <distributionManagement>
-      <repository>
-        <id>apache.releases.https</id>
-        <name>Apache Release Distribution Repository</name>
-        <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
-      </repository>
-      <snapshotRepository>
-        <uniqueVersion>false</uniqueVersion>
-        <id>apache.snapshots.https</id>
-        <name>Apache Development Snapshot Repository</name>
-        <url>https://repository.apache.org/content/repositories/snapshots</url>
-      </snapshotRepository>
-    </distributionManagement>
 
 
   <properties>
       <eclipse.output.directory>${basedir}/eclipse-classes</eclipse.output.directory>
+      <sonar.skippedModules>examples</sonar.skippedModules>
 
-      <activemq.version>5.4-SNAPSHOT</activemq.version>
-      <ant.version>1.7.0_4-SNAPSHOT</ant.version>
-      <aopalliance.version>1.0_4-SNAPSHOT</aopalliance.version>
-      <asm.version>2.2.3_2-SNAPSHOT</asm.version>
-      <aries.transaction.version>0.1-r964701</aries.transaction.version>
-      <aries.blueprint.version>0.1-r964701</aries.blueprint.version>
-      <cglib.version>2.1_3_4-SNAPSHOT</cglib.version>
-      <camel.version>2.4.0</camel.version>
-      <commons.io.version>1.3.2_2-SNAPSHOT</commons.io.version>
-      <commons.logging.version>1.1.1</commons.logging.version>
-      <derby.version>10.5.3.0_1</derby.version>
-      <depends.maven.plugin.version>1.2</depends.maven.plugin.version>
-      <easymock.version>2.4</easymock.version>
+      <!-- OSGi (Felix framework, Aries, Karaf, Equinox) -->
+      <aries.transaction.version>0.1-incubating</aries.transaction.version>
+      <aries.blueprint.version>0.1-incubating</aries.blueprint.version>
       <equinox.version>3.5.1.v20090827</equinox.version>
+      <felix.bundlerepository.version>1.6.4</felix.bundlerepository.version>
       <felix.configadmin.version>1.2.4</felix.configadmin.version>
-      <felix.plugin.version>2.1.0</felix.plugin.version>
       <felix.framework.version>3.0.1</felix.framework.version>
-      <felix.bundlerepository.version>1.6.4</felix.bundlerepository.version>
-      <karaf.version>2.0.0</karaf.version>
       <felix.fileinstall.version>3.0.0</felix.fileinstall.version>
       <felix.gogo.version>0.4.0</felix.gogo.version>
+      <felix.plugin.version>2.1.0</felix.plugin.version>
+      <karaf.version>2.0.0</karaf.version>
       <osgi.core.version>4.2.0</osgi.core.version>
+      
+      <!-- ActiveMQ -->
+      <activemq.version>5.4-SNAPSHOT</activemq.version>
+      
+      <!-- Camel -->
+      <camel.version>2.4.0</camel.version>
+      
+      <!-- Geronimo -->
       <geronimo.j2ee.connector.version>2.0.0</geronimo.j2ee.connector.version>
-      <geronimo.jms.version>1.1.1</geronimo.jms.version>
-      <geronimo.jta.version>1.1.1</geronimo.jta.version>
-      <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
+      <geronimo-jms.version>1.1.1</geronimo-jms.version>
+      <geronimo-jta.version>1.1.1</geronimo-jta.version>
+      <geronimo-servlet.version>1.1.2</geronimo-servlet.version>
       <geronimo.stax.version>1.0.1</geronimo.stax.version>
       <geronimo.transaction.version>2.1.3</geronimo.transaction.version>
-      <howl.version>1.0.1-1_1</howl.version>
+      
+      <!-- Bundles -->
+      <ant.bundle.version>1.7.0_4-SNAPSHOT</ant.bundle.version>
+      <aopalliance.bundle.version>1.0_4-SNAPSHOT</aopalliance.bundle.version>
+      <asm.bundle.version>2.2.3_4-SNAPSHOT</asm.bundle.version>
+      <cglib.bundle.version>2.1_3_4-SNAPSHOT</cglib.bundle.version>
+      <commons-io.bundle.version>1.3.2_2-SNAPSHOT</commons-io.bundle.version>
+      <howl.bundle.version>1.0.1-1_2-SNAPSHOT</howl.bundle.version>
+      <jaxp-ri.bundle.version>1.4.2_4-SNAPSHOT</jaxp-ri.bundle.version>
+      <junit.bundle.version>4.7_2-SNAPSHOT</junit.bundle.version>
+      <wsdl4j.bundle.version>1.6.2_3-SNAPSHOT</wsdl4j.bundle.version>
+      
+      <!-- Components and SMX Resources -->
+      <servicemix3.version>3.3.1</servicemix3.version>
+      <servicemix-eip.version>2010.02-SNAPSHOT</servicemix-eip.version>
+      <servicemix-http.version>2010.02-SNAPSHOT</servicemix-http.version>
+      <servicemix-jsr181.version>2010.02-SNAPSHOT</servicemix-jsr181.version>
+      <servicemix-shared.version>2010.02-SNAPSHOT</servicemix-shared.version>
+      <servicemix.legal.version>1.0</servicemix.legal.version>
+      <servicemix.specs.version>1.6-SNAPSHOT</servicemix.specs.version>
+      <servicemix-utils.version>1.3.0-SNAPSHOT</servicemix-utils.version>
+      
+      <!-- PAX -->
+      <pax.exam.version>1.2.0</pax.exam.version>
+      <pax.logging.version>1.5.2</pax.logging.version>
+      <pax.url.version>1.1.0</pax.url.version>
+      <pax.runner.version>1.4.0</pax.runner.version>
+      
+      <!-- Spring -->
+      <spring.version>3.0.3.RELEASE</spring.version>
+      <spring.osgi.version>1.2.0</spring.osgi.version>
+      
+      <!-- Other Dependencies -->
+      <commons-logging.version>1.1.1</commons-logging.version>
+      <commons-management.version>1.0</commons-management.version>
+      <derby.version>10.5.3.0_1</derby.version>
+      <depends.maven.plugin.version>1.2</depends.maven.plugin.version>
+      <easymock.version>2.4</easymock.version>
       <hsqldb.version>1.8.0.7</hsqldb.version>
       <javax.mail.version>1.4.3</javax.mail.version>
       <jencks.version>2.2</jencks.version>
       <jline.version>0.9.94</jline.version>
-      <junit.version>3.8.2_1</junit.version>
+      <junit.version>4.7</junit.version>
       <log4j.version>1.2.16</log4j.version>
       <lucene.version>2.4.1</lucene.version>
       <mina.version>2.0.0-M6</mina.version>
-      <pax.exam.version>1.2.0</pax.exam.version>
-      <pax.logging.version>1.5.2</pax.logging.version>
-      <pax.runner.version>1.4.0</pax.runner.version>
-      <servicemix3.version>3.3.1</servicemix3.version>
-      <servicemix.eip.version>2010.02-SNAPSHOT</servicemix.eip.version>
-      <servicemix.http.version>2010.02-SNAPSHOT</servicemix.http.version>
-      <servicemix.jsr181.version>2010.02-SNAPSHOT</servicemix.jsr181.version>
-      <servicemix.shared.version>2010.02-SNAPSHOT</servicemix.shared.version>
-      <servicemix.legal.version>1.0</servicemix.legal.version>
-      <servicemix.specs.version>1.6-SNAPSHOT</servicemix.specs.version>
-      <servicemix.utils.version>1.3.0-SNAPSHOT</servicemix.utils.version>
       <sshd.version>0.3.0</sshd.version>
-      <spring.osgi.version>1.2.0</spring.osgi.version>
-      <spring.version>3.0.3.RELEASE</spring.version>
       <woodstox.version>4.0.8</woodstox.version>
-      <woodstox.stax2api.version>3.0.2</woodstox.stax2api.version>
-      <wsdl4j.version>1.6.2_3-SNAPSHOT</wsdl4j.version>
+      <woodstox.stax2-api.version>3.0.2</woodstox.stax2-api.version>
       <xbean.version>3.5</xbean.version>
-      <geronimo.stax.version>1.0.1</geronimo.stax.version>
-      <commons.management.version>1.0</commons.management.version>
-      <sonar.skippedModules>examples</sonar.skippedModules>
+      
   </properties>
 
-   <repositories>
-       <!--This is a hack to short circuit the jencks 2.1 problem with servicemix.org repo
-           It can probably be deleted if we update to jencks 2.2 in ServiceMix 3.3.x -->
-       <repository>
-         <id>servicemix-repo</id>
-         <name>ServiceMix Repository</name>
-         <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
-         <releases>
-           <enabled>true</enabled>
-         </releases>
-         <snapshots>
-           <enabled>false</enabled>
-         </snapshots>
-       </repository>
-       <!-- Default repository -->
-       <repository>
-           <id>central</id>
-           <name>Default maven repo</name>
-           <url>http://repo1.maven.org/maven2</url>
-           <releases>
-               <enabled>true</enabled>
-           </releases>
-           <snapshots>     
-               <enabled>false</enabled>
-           </snapshots>     
-       </repository>
-       <!-- ServiceMix repo -->
-       <repository>
-           <id>servicemix</id>
-           <name>Apache ServiceMix Repository</name>
-           <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
-           <releases>
-               <enabled>true</enabled>
-           </releases>
-           <snapshots>     
-               <enabled>false</enabled>
-           </snapshots>     
-       </repository>
-       <!-- Spring milestones repository -->
-       <!-- TODO: remove this repo when spring-dm 1.2.0 is out -->
-       <repository>
-           <id>spring-milestone</id>
-           <name>Spring Portfolio Milestone Repository</name>
-           <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
-           <releases>
-               <enabled>true</enabled>
-           </releases>
-           <snapshots>
-               <enabled>false</enabled>
-           </snapshots>
-       </repository>
-       <!-- for javax.mail -->
-       <repository>
-            <id>java.net</id>
-            <name>Java.net Maven Repository</name>
-            <url>http://download.java.net/maven/2/</url>
-            <releases>
-               <enabled>true</enabled>
-            </releases>
-            <snapshots>
-               <enabled>false</enabled>
-            </snapshots>
-       </repository>
-   </repositories>
-
-  <dependencies>
-      <dependency>
-          <groupId>org.apache.servicemix.bundles</groupId>
-          <artifactId>org.apache.servicemix.bundles.junit</artifactId>
-          <scope>test</scope>
-      </dependency>
-  </dependencies>
-
   <dependencyManagement>
     <dependencies>
-      <dependency>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-aop</artifactId>
-          <version>${spring.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-beans</artifactId>
-          <version>${spring.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-core</artifactId>
-          <version>${spring.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-context</artifactId>
-          <version>${spring.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-context-support</artifactId>
-          <version>${spring.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-jms</artifactId>
-          <version>${spring.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>log4j</groupId>
-          <artifactId>log4j</artifactId>
-          <version>${log4j.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-          <version>${commons.logging.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.osgi</groupId>
-          <artifactId>org.osgi.core</artifactId>
-          <version>${osgi.core.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.osgi</groupId>
-          <artifactId>org.osgi.compendium</artifactId>
-          <version>${osgi.core.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.geronimo.specs</groupId>
-          <artifactId>geronimo-servlet_2.5_spec</artifactId>
-          <version>${geronimo.servlet.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.geronimo.specs</groupId>
-          <artifactId>geronimo-stax-api_1.0_spec</artifactId>
-          <version>${geronimo.stax.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.camel</groupId>
-          <artifactId>camel-core</artifactId>
-          <version>${camel.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.jencks</groupId>
-          <artifactId>jencks</artifactId>
-          <version>${jencks.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.activemq</groupId>
-          <artifactId>activemq-core</artifactId>
-          <version>${activemq.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.activemq</groupId>
-          <artifactId>activemq-pool</artifactId>
-          <version>${activemq.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.bundles</groupId>
-          <artifactId>org.apache.servicemix.bundles.wsdl4j</artifactId>
-          <version>${wsdl4j.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.document</groupId>
-          <artifactId>org.apache.servicemix.document</artifactId>
-          <version>${project.version}</version>
-      </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>${commons-logging.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>hsqldb</groupId>
+            <artifactId>hsqldb</artifactId>
+            <version>${hsqldb.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>javax.mail</groupId>
+            <artifactId>mail</artifactId>
+            <version>${javax.mail.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>${junit.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>${log4j.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-core</artifactId>
+            <version>${activemq.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-pool</artifactId>
+            <version>${activemq.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.aries.blueprint</groupId>
+            <artifactId>org.apache.aries.blueprint</artifactId>
+            <version>${aries.blueprint.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.aries.transaction</groupId>
+            <artifactId>org.apache.aries.transaction.manager</artifactId>
+            <version>${aries.transaction.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-core</artifactId>
+            <version>${camel.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derby</artifactId>
+            <version>${derby.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.configadmin</artifactId>
+            <version>${felix.configadmin.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.fileinstall</artifactId>
+            <version>${felix.fileinstall.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.framework</artifactId>
+            <version>${felix.framework.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.felix.gogo</groupId>
+            <artifactId>org.apache.felix.gogo.runtime</artifactId>
+            <version>${felix.gogo.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jms_1.1_spec</artifactId>
+            <version>${geronimo-jms.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jta_1.1_spec</artifactId>
+            <version>${geronimo-jta.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_2.5_spec</artifactId>
+            <version>${geronimo-servlet.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf</groupId>
+            <artifactId>apache-karaf</artifactId>
+            <version>${karaf.version}</version>
+            <type>tar.gz</type>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf</groupId>
+            <artifactId>apache-karaf</artifactId>
+            <version>${karaf.version}</version>
+            <type>zip</type>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf</groupId>
+            <artifactId>apache-karaf</artifactId>
+            <version>${karaf.version}</version>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf</groupId>
+            <artifactId>org.apache.karaf.main</artifactId>
+            <version>${karaf.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf</groupId>
+            <artifactId>org.apache.karaf.management</artifactId>
+            <version>${karaf.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf.jaas</groupId>
+            <artifactId>org.apache.karaf.jaas.boot</artifactId>
+            <version>${karaf.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf.jaas</groupId>
+            <artifactId>org.apache.karaf.jaas.config</artifactId>
+            <version>${karaf.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf.shell</groupId>
+            <artifactId>org.apache.karaf.shell.console</artifactId>
+            <version>${karaf.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf.shell</groupId>
+            <artifactId>org.apache.karaf.shell.log</artifactId>
+            <version>${karaf.version}</version>
+        </dependency>        
+        <dependency>
+            <groupId>org.apache.karaf.shell</groupId>
+            <artifactId>org.apache.karaf.shell.osgi</artifactId>
+            <version>${karaf.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.lucene</groupId>
+            <artifactId>lucene-core</artifactId>
+            <version>${lucene.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.mina</groupId>
+            <artifactId>mina-core</artifactId>
+            <version>${mina.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-common</artifactId>
+            <version>${servicemix-shared.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-core</artifactId>
+            <version>${servicemix3.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-http</artifactId>
+            <version>${servicemix-http.version}</version>
+            <type>zip</type>
+            <classifier>installer</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-jsr181</artifactId>
+            <version>${servicemix-jsr181.version}</version>
+            <type>zip</type>
+            <classifier>installer</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-eip</artifactId>
+            <version>${servicemix-eip.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-eip</artifactId>
+            <version>${servicemix-eip.version}</version>
+            <type>zip</type>
+            <classifier>installer</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-utils</artifactId>
+            <version>${servicemix-utils.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix</groupId>
+            <artifactId>servicemix-shared</artifactId>
+            <version>${servicemix-shared.version}</version>
+            <type>zip</type>
+            <classifier>installer</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.ant</artifactId>
+            <version>${ant.bundle.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
+            <version>${aopalliance.bundle.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.asm</artifactId>
+            <version>${asm.bundle.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.cglib</artifactId>
+            <version>${cglib.bundle.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.howl</artifactId>
+            <version>${howl.bundle.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.jaxp-ri</artifactId>
+            <version>${jaxp-ri.bundle.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.junit</artifactId>
+            <version>${junit.bundle.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.wsdl4j</artifactId>
+            <version>${wsdl4j.bundle.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.document</groupId>
+            <artifactId>org.apache.servicemix.document</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.jbi</groupId>
+            <artifactId>org.apache.servicemix.jbi.commands</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.jbi</groupId>
+            <artifactId>org.apache.servicemix.jbi.deployer</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.jbi</groupId>
+            <artifactId>org.apache.servicemix.jbi.osgi</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.jbi</groupId>
+            <artifactId>org.apache.servicemix.jbi.runtime</artifactId>
+            <version>${project.version}</version>
+        </dependency>        
+        <dependency>
+            <groupId>org.apache.servicemix.jbi</groupId>
+            <artifactId>org.apache.servicemix.jbi.runtime</artifactId>
+            <version>${project.version}</version>
+            <type>test-jar</type>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.jbi.cluster</groupId>
+            <artifactId>org.apache.servicemix.jbi.cluster.config</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.jbi.cluster</groupId>
+            <artifactId>org.apache.servicemix.jbi.cluster.engine</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.jbi.cluster</groupId>
+            <artifactId>org.apache.servicemix.jbi.cluster.requestor</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.legal</groupId>
+            <artifactId>legal</artifactId>
+            <version>${servicemix.legal.version}</version>
+            <type>xml</type>
+        </dependency>
         <dependency>
             <groupId>org.apache.servicemix.naming</groupId>
             <artifactId>org.apache.servicemix.naming</artifactId>
             <version>${project.version}</version>
         </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.nmr</groupId>
-          <artifactId>org.apache.servicemix.nmr.api</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.nmr</groupId>
-          <artifactId>org.apache.servicemix.nmr.commands</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.nmr</groupId>
-          <artifactId>org.apache.servicemix.nmr.core</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.nmr</groupId>
-          <artifactId>org.apache.servicemix.nmr.management</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.nmr</groupId>
-          <artifactId>org.apache.servicemix.nmr.osgi</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.nmr</groupId>
-          <artifactId>org.apache.servicemix.nmr.spring</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.nmr</groupId>
-          <artifactId>org.apache.servicemix.nmr.audit</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.nmr</groupId>
-          <artifactId>org.apache.servicemix.nmr.branding</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.specs</groupId>
-          <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
-          <version>${servicemix.specs.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.transaction</groupId>
-          <artifactId>org.apache.servicemix.transaction</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.jbi</groupId>
-          <artifactId>org.apache.servicemix.jbi.commands</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.jbi</groupId>
-          <artifactId>org.apache.servicemix.jbi.deployer</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.jbi</groupId>
-          <artifactId>org.apache.servicemix.jbi.osgi</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.jbi</groupId>
-          <artifactId>org.apache.servicemix.jbi.runtime</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.jbi</groupId>
-          <artifactId>org.apache.servicemix.jbi.runtime</artifactId>
-          <type>test-jar</type>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.jbi.cluster</groupId>
-          <artifactId>cluster</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.jbi.cluster</groupId>
-          <artifactId>org.apache.servicemix.jbi.cluster.requestor</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.jbi.cluster</groupId>
-          <artifactId>org.apache.servicemix.jbi.cluster.engine</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.jbi.cluster</groupId>
-          <artifactId>org.apache.servicemix.jbi.cluster.config</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.specs</groupId>
-          <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
-          <version>${servicemix.specs.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.codehaus.woodstox</groupId>
-          <artifactId>woodstox-core-asl</artifactId>
-          <version>${woodstox.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.codehaus.woodstox</groupId>
-          <artifactId>stax2-api</artifactId>
-          <version>${woodstox.stax2api.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.bundles</groupId>
-          <artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
-          <version>${aopalliance.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.bundles</groupId>
-          <artifactId>org.apache.servicemix.bundles.cglib</artifactId>
-          <version>${cglib.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.felix</groupId>
-          <artifactId>org.apache.felix.configadmin</artifactId>
-          <version>${felix.configadmin.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.felix</groupId>
-          <artifactId>org.apache.felix.fileinstall</artifactId>
-          <version>${felix.fileinstall.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.felix</groupId>
-          <artifactId>org.apache.felix.framework</artifactId>
-          <version>${felix.framework.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.specs</groupId>
-          <artifactId>org.apache.servicemix.specs.activation-api-1.1</artifactId>
-          <version>${servicemix.specs.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>javax.mail</groupId>
-          <artifactId>mail</artifactId>
-          <version>${javax.mail.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.geronimo.specs</groupId>
-          <artifactId>geronimo-jta_1.1_spec</artifactId>
-          <version>${geronimo.jta.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.xbean</groupId>
-          <artifactId>xbean-classloader</artifactId>
-          <version>${xbean.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.xbean</groupId>
-          <artifactId>xbean-naming</artifactId>
-          <version>${xbean.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.springframework.osgi</groupId>
-          <artifactId>spring-osgi-core</artifactId>
-          <version>${spring.osgi.version}</version>
-          <exclusions>
-            <exclusion>
-                <groupId>org.aopalliance</groupId>
-                <artifactId>com.springsource.org.aopalliance</artifactId>
-            </exclusion>
-          </exclusions>
-      </dependency>
-      <dependency>
-          <groupId>org.springframework.osgi</groupId>
-          <artifactId>spring-osgi-io</artifactId>
-          <version>${spring.osgi.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.springframework.osgi</groupId>
-          <artifactId>spring-osgi-extender</artifactId>
-          <version>${spring.osgi.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.springframework.osgi</groupId>
-          <artifactId>spring-osgi-annotation</artifactId>
-          <version>${spring.osgi.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.geronimo.specs</groupId>
-          <artifactId>geronimo-jms_1.1_spec</artifactId>
-          <version>${geronimo.jms.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.bundles</groupId>
-          <artifactId>org.apache.servicemix.bundles.junit</artifactId>
-          <version>${junit.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.karaf.shell</groupId>
-          <artifactId>org.apache.karaf.shell.core</artifactId>
-          <version>${karaf.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.karaf</groupId>
-          <artifactId>org.apache.karaf.filemonitor</artifactId>
-          <version>${karaf.version}</version>
-          <exclusions>
-              <exclusion>
-                  <groupId>org.apache.felix</groupId>
-                  <artifactId>org.osgi.core</artifactId>
-              </exclusion>
-          </exclusions>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.karaf</groupId>
-          <artifactId>org.apache.karaf.management</artifactId>
-          <version>${karaf.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.karaf.testing</groupId>
-          <artifactId>org.apache.karaf.testing.support</artifactId>
-          <version>${karaf.version}</version>
-          <exclusions>
-              <exclusion>
-                  <groupId>org.apache.felix</groupId>
-                  <artifactId>org.osgi.core</artifactId>
-              </exclusion>
-          </exclusions>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix</groupId>
-          <artifactId>servicemix-shared</artifactId>
-          <version>${servicemix.shared.version}</version>
-          <classifier>installer</classifier>
-          <type>zip</type>
-          <exclusions>
-              <exclusion>
-                  <groupId>xalan</groupId>
-                  <artifactId>xalan</artifactId>
-              </exclusion>
-              <exclusion>
-                  <groupId>xerces</groupId>
-                  <artifactId>xercesImpl</artifactId>
-              </exclusion>
-              <exclusion>
-                  <groupId>xml-apis</groupId>
-                  <artifactId>xml-apis</artifactId>
-              </exclusion>
-          </exclusions>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix</groupId>
-          <artifactId>servicemix-common</artifactId>
-          <version>${servicemix.shared.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix</groupId>
-          <artifactId>servicemix-eip</artifactId>
-          <version>${servicemix.eip.version}</version>
-          <classifier>installer</classifier>
-          <type>zip</type>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix</groupId>
-          <artifactId>servicemix-eip</artifactId>
-          <version>${servicemix.eip.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix</groupId>
-          <artifactId>servicemix-jsr181</artifactId>
-          <version>${servicemix.jsr181.version}</version>
-          <classifier>installer</classifier>
-          <type>zip</type>
-          <exclusions>
-              <exclusion>
-                  <groupId>org.springframework</groupId>
-                  <artifactId>spring</artifactId>
-              </exclusion>
-              <exclusion>
-                  <groupId>xfire</groupId>
-                  <artifactId>saaj-impl</artifactId>
-              </exclusion>
-          </exclusions>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix</groupId>
-          <artifactId>servicemix-http</artifactId>
-          <version>${servicemix.http.version}</version>
-          <classifier>installer</classifier>
-          <type>zip</type>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.samples.wsdl-first</groupId>
-          <artifactId>wsdl-first-sa</artifactId>
-          <version>${servicemix3.version}</version>
-          <type>zip</type>
-          <exclusions>
-              <exclusion>
-                  <groupId>org.apache.servicemix.samples.wsdl-first</groupId>
-                  <artifactId>wsdl-first-jsr181-su</artifactId>
-              </exclusion>
-              <exclusion>
-                  <groupId>org.apache.servicemix.samples.wsdl-first</groupId>
-                  <artifactId>wsdl-first-http-su</artifactId>
-              </exclusion>
-          </exclusions>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix</groupId>
-          <artifactId>servicemix-core</artifactId>
-          <version>${servicemix3.version}</version>
-          <exclusions>
-              <exclusion>
-                  <groupId>xalan</groupId>
-                  <artifactId>xalan</artifactId>
-              </exclusion>
-              <exclusion>
-                  <groupId>xerces</groupId>
-                  <artifactId>xercesImpl</artifactId>
-              </exclusion>
-              <exclusion>
-                  <groupId>xml-apis</groupId>
-                  <artifactId>xml-apis</artifactId>
-              </exclusion>
-          </exclusions>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.karaf</groupId>
-          <artifactId>org.apache.karaf.main</artifactId>
-          <version>${karaf.version}</version>
-          <exclusions>
-              <exclusion>
-                  <groupId>org.apache.felix</groupId>
-                  <artifactId>org.osgi.core</artifactId>
-              </exclusion>
-          </exclusions>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.legal</groupId>
-          <artifactId>legal</artifactId>
-          <version>${servicemix.legal.version}</version>
-          <type>xml</type>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.karaf</groupId>
-          <artifactId>apache-karaf</artifactId>
-          <version>${karaf.version}</version>
-          <type>zip</type>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.karaf</groupId>
-          <artifactId>apache-karaf</artifactId>
-          <version>${karaf.version}</version>
-          <type>tar.gz</type>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.karaf</groupId>
-          <artifactId>apache-karaf</artifactId>
-          <version>${karaf.version}</version>
-          <classifier>features</classifier>
-          <type>xml</type>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.geronimo.components</groupId>
-          <artifactId>geronimo-transaction</artifactId>
-          <version>${geronimo.transaction.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix.bundles</groupId>
-          <artifactId>org.apache.servicemix.bundles.howl</artifactId>
-          <version>${howl.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.springframework.osgi</groupId>
-          <artifactId>spring-osgi-test</artifactId>
-          <version>${spring.osgi.version}</version>
-          <exclusions>
-              <exclusion>
-                  <groupId>org.springframework.osgi</groupId>
-                  <artifactId>asm.osgi</artifactId>
-              </exclusion>
-              <exclusion>
-                  <groupId>org.junit</groupId>
-                  <artifactId>com.springsource.junit</artifactId>
-              </exclusion>
-              <exclusion>
-                  <groupId>org.objectweb.asm</groupId>
-                  <artifactId>com.springsource.org.objectweb.asm</artifactId>
-              </exclusion>
-          </exclusions>
-      </dependency>
-      <dependency>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-tx</artifactId>
-          <version>${spring.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.easymock</groupId>
-          <artifactId>easymock</artifactId>
-          <version>${easymock.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.derby</groupId>
-          <artifactId>derby</artifactId>
-          <version>${derby.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.lucene</groupId>
-          <artifactId>lucene-core</artifactId>
-          <version>${lucene.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>hsqldb</groupId>
-          <artifactId>hsqldb</artifactId>
-          <version>${hsqldb.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.apache.servicemix</groupId>
-          <artifactId>servicemix-utils</artifactId>
-          <version>${servicemix.utils.version}</version>
-      </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.nmr</groupId>
+            <artifactId>org.apache.servicemix.nmr.api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+	       <groupId>org.apache.servicemix.nmr</groupId>
+	       <artifactId>org.apache.servicemix.nmr.audit</artifactId>
+	       <version>${project.version}</version>    
+        </dependency>
+        <dependency>
+           <groupId>org.apache.servicemix.nmr</groupId>
+           <artifactId>org.apache.servicemix.nmr.branding</artifactId>
+           <version>${project.version}</version>    
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.nmr</groupId>
+            <artifactId>org.apache.servicemix.nmr.commands</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.nmr</groupId>
+            <artifactId>org.apache.servicemix.nmr.core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.nmr</groupId>
+            <artifactId>org.apache.servicemix.nmr.management</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.nmr</groupId>
+            <artifactId>org.apache.servicemix.nmr.osgi</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.nmr</groupId>
+            <artifactId>org.apache.servicemix.nmr.spring</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.samples.wsdl-first</groupId>
+            <artifactId>wsdl-first-sa</artifactId>
+            <version>${servicemix3.version}</version>
+            <type>zip</type>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.activation-api-1.1</artifactId>
+            <version>${servicemix.specs.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.jaxp-api-1.4</artifactId>
+            <version>${servicemix.specs.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
+            <version>${servicemix.specs.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
+            <version>${servicemix.specs.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.transaction</groupId>
+            <artifactId>org.apache.servicemix.transaction</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sshd</groupId>
+            <artifactId>sshd-core</artifactId>
+            <version>${sshd.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.xbean</groupId>
+            <artifactId>xbean-classloader</artifactId>
+            <version>${xbean.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.xbean</groupId>
+            <artifactId>xbean-naming</artifactId>
+            <version>${xbean.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>stax2-api</artifactId>
+            <version>${woodstox.stax2-api.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>woodstox-core-asl</artifactId>
+            <version>${woodstox.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymock</artifactId>
+            <version>${easymock.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.easymock</groupId>
+            <artifactId>easymockclassextension</artifactId>
+            <version>${easymock.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.fusesource.commonman</groupId>
+            <artifactId>commons-management</artifactId>
+            <version>${commons-management.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.logging</groupId>
+            <artifactId>pax-logging-api</artifactId>
+            <version>${pax.logging.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jencks</groupId>
+            <artifactId>jencks</artifactId>
+            <version>${jencks.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam</artifactId>
@@ -736,12 +574,12 @@
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
-            <artifactId>pax-exam-junit</artifactId>
+            <artifactId>pax-exam-container-default</artifactId>
             <version>${pax.exam.version}</version>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
-            <artifactId>pax-exam-container-default</artifactId>
+            <artifactId>pax-exam-junit</artifactId>
             <version>${pax.exam.version}</version>
         </dependency>
         <dependency>
@@ -750,19 +588,79 @@
             <version>${pax.exam.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.ops4j.pax.runner</groupId>
-            <artifactId>pax-runner-no-jcl</artifactId>
-            <version>${pax.runner.version}</version>
+            <groupId>org.ops4j.pax.logging</groupId>
+            <artifactId>pax-logging-service</artifactId>
+            <version>${pax.logging.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.aries.blueprint</groupId>
-            <artifactId>org.apache.aries.blueprint</artifactId>
-            <version>${aries.blueprint.version}</version>
+            <groupId>org.ops4j.pax.url</groupId>
+            <artifactId>pax-url-mvn</artifactId>
+            <version>${pax.url.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.aries.transaction</groupId>
-            <artifactId>org.apache.aries.transaction.manager</artifactId>
-            <version>${aries.transaction.version}</version>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+            <version>${osgi.core.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <version>${osgi.core.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-aop</artifactId>
+            <version>${spring.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-beans</artifactId>
+            <version>${spring.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+            <version>${spring.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+            <version>${spring.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context-support</artifactId>
+            <version>${spring.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-jms</artifactId>
+            <version>${spring.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-test</artifactId>
+            <version>${spring.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.osgi</groupId>
+            <artifactId>spring-osgi-annotation</artifactId>
+            <version>${spring.osgi.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.osgi</groupId>
+            <artifactId>spring-osgi-core</artifactId>
+            <version>${spring.osgi.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.osgi</groupId>
+            <artifactId>spring-osgi-extender</artifactId>
+            <version>${spring.osgi.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.osgi</groupId>
+            <artifactId>spring-osgi-test</artifactId>
+            <version>${spring.osgi.version}</version>
         </dependency>
     </dependencies>
   </dependencyManagement>

Modified: servicemix/smx4/nmr/trunk/testing/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/testing/pom.xml?rev=983553&r1=983552&r2=983553&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/testing/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/testing/pom.xml Mon Aug  9 08:35:32 2010
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <!--
 

Modified: servicemix/smx4/nmr/trunk/testing/support/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/testing/support/pom.xml?rev=983553&r1=983552&r2=983553&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/testing/support/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/testing/support/pom.xml Mon Aug  9 08:35:32 2010
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <!--
 
@@ -32,18 +33,10 @@
     <version>1.3.0-SNAPSHOT</version>
     <name>Apache ServiceMix :: Testing :: Support</name>
 
-    <properties>
-        <aopalliance.version>1.0_1</aopalliance.version>
-        <asm.version>2.2.3_1</asm.version>
-        <jaxp.ri.version>1.4.2_1</jaxp.ri.version>
-        <pax.url.version>1.1.0</pax.url.version>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint</artifactId>
-            <version>${aries.blueprint.version}</version>
         </dependency>
 
         <dependency>
@@ -53,7 +46,6 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>${felix.framework.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.felix</groupId>
@@ -78,12 +70,10 @@
         <dependency>
             <groupId>org.ops4j.pax.logging</groupId>
             <artifactId>pax-logging-api</artifactId>
-            <version>${pax.logging.version}</version>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.logging</groupId>
             <artifactId>pax-logging-service</artifactId>
-            <version>${pax.logging.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>log4j</groupId>
@@ -110,7 +100,6 @@
         <dependency>
             <groupId>org.springframework.osgi</groupId>
             <artifactId>spring-osgi-annotation</artifactId>
-            <version>${spring.osgi.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
@@ -119,17 +108,14 @@
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.jaxp-api-1.4</artifactId>
-            <version>${servicemix.specs.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
-            <version>${aopalliance.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.asm</artifactId>
-            <version>${asm.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
@@ -142,12 +128,10 @@
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.jaxp-ri</artifactId>
-            <version>${jaxp.ri.version}</version>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.url</groupId>
             <artifactId>pax-url-mvn</artifactId>
-            <version>${pax.url.version}</version>
         </dependency>
     </dependencies>