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/10/10 09:45:21 UTC

svn commit: r703344 - in /servicemix/smx3/trunk/samples: bridge/bridge-sa-itest/pom.xml camel/camel-sa-itest/pom.xml camel/camel-sa-itest/src/test/resources/test1.xml

Author: ffang
Date: Fri Oct 10 00:45:21 2008
New Revision: 703344

URL: http://svn.apache.org/viewvc?rev=703344&view=rev
Log:
[SM-1625]several samples test failed with clean local repo

Modified:
    servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml
    servicemix/smx3/trunk/samples/camel/camel-sa-itest/pom.xml
    servicemix/smx3/trunk/samples/camel/camel-sa-itest/src/test/resources/test1.xml

Modified: servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml?rev=703344&r1=703343&r2=703344&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/bridge-sa-itest/pom.xml Fri Oct 10 00:45:21 2008
@@ -63,6 +63,42 @@
       <artifactId>log4j</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+       <groupId>org.apache.servicemix</groupId>
+       <artifactId>servicemix-eip</artifactId>
+       <classifier>installer</classifier>
+       <type>zip</type>
+       <version>2008.01-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+       <groupId>org.apache.servicemix</groupId>
+       <artifactId>servicemix-http</artifactId>
+       <classifier>installer</classifier>
+       <type>zip</type>
+       <version>2008.01-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+       <groupId>org.apache.servicemix</groupId>
+       <artifactId>servicemix-jms</artifactId>
+       <classifier>installer</classifier>
+       <type>zip</type>
+       <version>2008.01-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+       <groupId>org.apache.servicemix</groupId>
+       <artifactId>servicemix-shared</artifactId>
+       <classifier>installer</classifier>
+       <type>zip</type>
+       <version>2008.01-SNAPSHOT</version>
+       <scope>test</scope>
+    </dependency>
+    <dependency>
+       <groupId>org.apache.servicemix</groupId>
+       <artifactId>servicemix-saxon</artifactId>
+       <classifier>installer</classifier>
+       <type>zip</type>
+       <version>2008.01-SNAPSHOT</version>
+    </dependency>
 
 		<!-- testing -->
     <dependency>

Modified: servicemix/smx3/trunk/samples/camel/camel-sa-itest/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/camel/camel-sa-itest/pom.xml?rev=703344&r1=703343&r2=703344&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/camel/camel-sa-itest/pom.xml (original)
+++ servicemix/smx3/trunk/samples/camel/camel-sa-itest/pom.xml Fri Oct 10 00:45:21 2008
@@ -48,9 +48,20 @@
       <artifactId>servicemix-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-camel</artifactId>      
-      <scope>test</scope>
+       <groupId>org.apache.servicemix</groupId>
+       <artifactId>servicemix-camel</artifactId>
+       <classifier>installer</classifier>
+       <type>zip</type>
+       <version>2008.01-SNAPSHOT</version>
+       <scope>test</scope>
+    </dependency>
+    <dependency>
+       <groupId>org.apache.servicemix</groupId>
+       <artifactId>servicemix-shared</artifactId>
+       <classifier>installer</classifier>
+       <type>zip</type>
+       <version>2008.01-SNAPSHOT</version>
+       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>

Modified: servicemix/smx3/trunk/samples/camel/camel-sa-itest/src/test/resources/test1.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/camel/camel-sa-itest/src/test/resources/test1.xml?rev=703344&r1=703343&r2=703344&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/camel/camel-sa-itest/src/test/resources/test1.xml (original)
+++ servicemix/smx3/trunk/samples/camel/camel-sa-itest/src/test/resources/test1.xml Fri Oct 10 00:45:21 2008
@@ -27,8 +27,8 @@
   <sm:container generateRootDir="true">
 
     <sm:deployments>
-      <sm:installSharedLibrary groupId="org.apache.servicemix" artifactId="servicemix-shared" version="4.0-SNAPSHOT"/>
-      <sm:installComponent groupId="org.apache.servicemix" artifactId="servicemix-camel" version="4.0-SNAPSHOT"/>
+      <sm:installSharedLibrary groupId="org.apache.servicemix" artifactId="servicemix-shared" version="2008.01-SNAPSHOT"/>
+      <sm:installComponent groupId="org.apache.servicemix" artifactId="servicemix-camel" version="2008.01-SNAPSHOT"/>
       <sm:deployServiceAssembly groupId="org.apache.servicemix.samples" artifactId="camel-sa" version="3.3-SNAPSHOT"/>
     </sm:deployments>