Author: gnodet
Date: Fri Dec 29 02:48:27 2006
New Revision: 490977

URL: http://svn.apache.org/viewvc?view=rev&rev=490977
Log:
Remove jars from servicemix-shared that are already in the container classpath

Modified:
    
incubator/servicemix/trunk/deployables/sharedlibraries/servicemix-shared/pom.xml

Modified: 
incubator/servicemix/trunk/deployables/sharedlibraries/servicemix-shared/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/sharedlibraries/servicemix-shared/pom.xml?view=diff&rev=490977&r1=490976&r2=490977
==============================================================================
--- 
incubator/servicemix/trunk/deployables/sharedlibraries/servicemix-shared/pom.xml
 (original)
+++ 
incubator/servicemix/trunk/deployables/sharedlibraries/servicemix-shared/pom.xml
 Fri Dec 29 02:48:27 2006
@@ -46,6 +46,17 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>wsdl4j</groupId>
+      <artifactId>wsdl4j</artifactId>
+      <scope>provided</scope>
     </dependency>
   </dependencies>
 


Reply via email to