You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/03/16 15:09:00 UTC

svn commit: r518981 - /incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-jms/pom.xml

Author: gnodet
Date: Fri Mar 16 07:09:00 2007
New Revision: 518981

URL: http://svn.apache.org/viewvc?view=rev&rev=518981
Log:
Remove unneeded dependencies from the component installer

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

Modified: incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-jms/pom.xml?view=diff&rev=518981&r1=518980&r2=518981
==============================================================================
--- incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-jms/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-jms/pom.xml Fri Mar 16 07:09:00 2007
@@ -122,7 +122,31 @@
       <artifactId>spring-jms</artifactId>
       <version>${spring-version}</version>
     </dependency>
-  </dependencies>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-context</artifactId>
+      <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>org.springframework</groupId>
+      <artifactId>spring-dao</artifactId>
+      <version>${spring-version}</version>
+      <scope>provided</scope>
+    </dependency>
+</dependencies>
 
   <build>
     <plugins>