Author: gnodet
Date: Mon Mar 12 08:52:59 2007
New Revision: 517266

URL: http://svn.apache.org/viewvc?view=rev&rev=517266
Log:
SM-845: servicemix-quartz includes unneeded spring libraries

Modified:
    
incubator/servicemix/trunk/deployables/serviceengines/servicemix-quartz/pom.xml

Modified: 
incubator/servicemix/trunk/deployables/serviceengines/servicemix-quartz/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-quartz/pom.xml?view=diff&rev=517266&r1=517265&r2=517266
==============================================================================
--- 
incubator/servicemix/trunk/deployables/serviceengines/servicemix-quartz/pom.xml 
(original)
+++ 
incubator/servicemix/trunk/deployables/serviceengines/servicemix-quartz/pom.xml 
Mon Mar 12 08:52:59 2007
@@ -73,6 +73,33 @@
       <version>${spring-version}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-beans</artifactId>
+      <version>${spring-version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-core</artifactId>
+      <version>${spring-version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>stax</groupId>
+      <artifactId>stax-api</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <scope>provided</scope>
+    </dependency>
   </dependencies>
 
   <build>


Reply via email to