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 2006/02/02 14:11:49 UTC

svn commit: r374376 - in /incubator/servicemix/trunk: servicemix-components/project.xml servicemix-core/project.xml

Author: gnodet
Date: Thu Feb  2 05:11:41 2006
New Revision: 374376

URL: http://svn.apache.org/viewcvs?rev=374376&view=rev
Log:
Remove derby, activecluster from dependencies in core and components modules

Modified:
    incubator/servicemix/trunk/servicemix-components/project.xml
    incubator/servicemix/trunk/servicemix-core/project.xml

Modified: incubator/servicemix/trunk/servicemix-components/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-components/project.xml?rev=374376&r1=374375&r2=374376&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-components/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-components/project.xml Thu Feb  2 05:11:41 2006
@@ -353,8 +353,13 @@
 
     <!-- default JMS provider used for implementation -->
     <dependency>
+      <groupId>activeio</groupId>
+      <artifactId>activeio</artifactId>
+      <version>${activeio_version}</version>
+    </dependency>
+    <dependency>
       <groupId>incubator-activemq</groupId>
-      <artifactId>activemq</artifactId>
+      <artifactId>activemq-core</artifactId>
       <version>${activemq_version}</version>
     </dependency>
     <dependency>
@@ -363,12 +368,6 @@
       <version>${activemq_version}</version>
     </dependency>
 
-    <!-- For clustering services -->
-    <dependency>
-      <id>activecluster</id>
-      <version>${activecluster_version}</version>
-    </dependency>
-
     <!-- Jabber component -->
     <dependency>
       <groupId>activemq</groupId>
@@ -518,11 +517,6 @@
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>
       <version>${commons_dbcp_version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derby</artifactId>
-      <version>${derby_version}</version>
     </dependency>
 
     <!-- JNDI provider for binary release -->

Modified: incubator/servicemix/trunk/servicemix-core/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-core/project.xml?rev=374376&r1=374375&r2=374376&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-core/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-core/project.xml Thu Feb  2 05:11:41 2006
@@ -240,13 +240,18 @@
 
         <!--  for ActiveMQ 4.x -->
         <dependency>
+            <groupId>activeio</groupId>
+            <artifactId>activeio</artifactId>
+            <version>${activeio_version}</version>
+        </dependency>
+        <dependency>
             <groupId>incubator-activemq</groupId>
-	    <artifactId>activemq</artifactId>
+            <artifactId>activemq-core</artifactId>
             <version>${activemq_version}</version>
         </dependency>
         <dependency>
             <groupId>incubator-activemq</groupId>
-	    <artifactId>activemq-ra</artifactId>
+            <artifactId>activemq-ra</artifactId>
             <version>${activemq_version}</version>
         </dependency>
 
@@ -302,11 +307,6 @@
             <groupId>commons-dbcp</groupId>
             <artifactId>commons-dbcp</artifactId>
             <version>${commons_dbcp_version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.derby</groupId>
-            <artifactId>derby</artifactId>
-            <version>${derby_version}</version>
         </dependency>
 
         <!-- JNDI provider for binary release -->