Author: gnodet
Date: Mon Mar 19 01:49:15 2007
New Revision: 519877

URL: http://svn.apache.org/viewvc?view=rev&rev=519877
Log:
Fix compilation problem

Modified:
    
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-truezip/pom.xml

Modified: 
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-truezip/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-truezip/pom.xml?view=diff&rev=519877&r1=519876&r2=519877
==============================================================================
--- 
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-truezip/pom.xml
 (original)
+++ 
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-truezip/pom.xml
 Mon Mar 19 01:49:15 2007
@@ -44,6 +44,12 @@
       <version>${servicemix-version}</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-core</artifactId>
+      <version>${servicemix-version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>


Reply via email to