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/08 10:35:01 UTC

svn commit: r702755 - /servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml

Author: ffang
Date: Wed Oct  8 01:35:00 2008
New Revision: 702755

URL: http://svn.apache.org/viewvc?rev=702755&view=rev
Log:
[SM-1620]LwContainerComponentTest failed with clean local repo

Modified:
    servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml

Modified: servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml?rev=702755&r1=702754&r2=702755&view=diff
==============================================================================
--- servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml (original)
+++ servicemix/smx3/trunk/deployables/serviceengines/servicemix-lwcontainer/pom.xml Wed Oct  8 01:35:00 2008
@@ -37,6 +37,9 @@
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-shared</artifactId>
+      <version>2008.01-SNAPSHOT</version>
+      <classifier>installer</classifier>
+      <type>zip</type>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
@@ -52,6 +55,9 @@
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-quartz</artifactId>
       <scope>test</scope>
+      <version>2008.01-SNAPSHOT</version>
+      <classifier>installer</classifier>
+      <type>zip</type>
     </dependency>
   </dependencies>