Author: gnodet
Date: Mon Mar 12 08:53:06 2007
New Revision: 517267

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

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

Modified: 
incubator/servicemix/branches/servicemix-3.1/deployables/serviceengines/servicemix-quartz/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/deployables/serviceengines/servicemix-quartz/pom.xml?view=diff&rev=517267&r1=517266&r2=517267
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/deployables/serviceengines/servicemix-quartz/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/deployables/serviceengines/servicemix-quartz/pom.xml
 Mon Mar 12 08:53:06 2007
@@ -72,6 +72,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>
@@ -127,4 +154,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>


Reply via email to