You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/01/04 04:07:45 UTC

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

Author: ffang
Date: Thu Jan  3 19:07:43 2008
New Revision: 608719

URL: http://svn.apache.org/viewvc?rev=608719&view=rev
Log:
get servicemix-camel tests running in features module

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

Modified: servicemix/smx4/features/trunk/camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/pom.xml?rev=608719&r1=608718&r2=608719&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/pom.xml Thu Jan  3 19:07:43 2008
@@ -35,6 +35,7 @@
 
     <modules>
         <module>bundles</module>
+        <module>servicemix-camel</module>
     </modules>
 
 </project>

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=608719&r1=608718&r2=608719&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/servicemix-camel/pom.xml Thu Jan  3 19:07:43 2008
@@ -81,7 +81,7 @@
             <version>${junit.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
+        <!--dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.jaxb-impl-${jaxb.impl.version}</artifactId>
             <version>${pom.version}</version>
@@ -96,7 +96,7 @@
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.cxf</artifactId>
             <version>${cxf.version}-${pom.version}</version>
-        </dependency>
+        </dependency-->
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-testutils</artifactId>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=608719&r1=608718&r2=608719&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Thu Jan  3 19:07:43 2008
@@ -60,7 +60,9 @@
       <jaxb.impl.version>2.0.3</jaxb.impl.version>
       <junit.version>4.4</junit.version>
       <servicemix.nmr.version>1.0-SNAPSHOT</servicemix.nmr.version>
+      <commons.logging.version>1.1</commons.logging.version>
       <spring.version>2.5</spring.version>
+      <log4j.version>1.2.13</log4j.version>
   </properties>
 
    <repositories>