You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/01/16 17:59:36 UTC

svn commit: r612514 - in /servicemix/smx4/features/trunk: camel/servicemix-camel/pom.xml pom.xml

Author: gnodet
Date: Wed Jan 16 08:59:35 2008
New Revision: 612514

URL: http://svn.apache.org/viewvc?rev=612514&view=rev
Log:
Add assembly to the build

Modified:
    servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml?rev=612514&r1=612513&r2=612514&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml Wed Jan 16 08:59:35 2008
@@ -117,6 +117,12 @@
             <version>${jaxb.impl.version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>${junit.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=612514&r1=612513&r2=612514&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Wed Jan 16 08:59:35 2008
@@ -37,6 +37,7 @@
     <module>activemq</module>
     <module>camel</module>
     <module>war</module>
+    <module>assembly</module>
   </modules>
 
   <scm>