You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2009/03/11 01:24:30 UTC

svn commit: r752317 - in /servicemix/smx4/nmr/trunk: assembly/pom.xml nmr/audit/src/main/java/org/apache/servicemix/jbi/ pom.xml

Author: ccustine
Date: Wed Mar 11 00:24:30 2009
New Revision: 752317

URL: http://svn.apache.org/viewvc?rev=752317&view=rev
Log:
SMX4NMR-120 - Add missing dependencies to assembly pom
- Also removed unused src dirs

Removed:
    servicemix/smx4/nmr/trunk/nmr/audit/src/main/java/org/apache/servicemix/jbi/
Modified:
    servicemix/smx4/nmr/trunk/assembly/pom.xml
    servicemix/smx4/nmr/trunk/pom.xml

Modified: servicemix/smx4/nmr/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/assembly/pom.xml?rev=752317&r1=752316&r2=752317&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/assembly/pom.xml Wed Mar 11 00:24:30 2009
@@ -76,6 +76,14 @@
             <artifactId>org.apache.servicemix.nmr.spring</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.servicemix.nmr</groupId>
+            <artifactId>org.apache.servicemix.nmr.audit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.nmr</groupId>
+            <artifactId>org.apache.servicemix.nmr.branding</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
         </dependency>

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=752317&r1=752316&r2=752317&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Wed Mar 11 00:24:30 2009
@@ -309,6 +309,16 @@
           <version>${pom.version}</version>
       </dependency>
       <dependency>
+          <groupId>org.apache.servicemix.nmr</groupId>
+          <artifactId>org.apache.servicemix.nmr.audit</artifactId>
+          <version>${pom.version}</version>
+      </dependency>
+      <dependency>
+          <groupId>org.apache.servicemix.nmr</groupId>
+          <artifactId>org.apache.servicemix.nmr.branding</artifactId>
+          <version>${pom.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>