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 12:27:06 UTC

svn commit: r374361 - /incubator/servicemix/trunk/servicemix-core/project.xml

Author: gnodet
Date: Thu Feb  2 03:27:02 2006
New Revision: 374361

URL: http://svn.apache.org/viewcvs?rev=374361&view=rev
Log:
Remove activecluster dependency

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

Modified: incubator/servicemix/trunk/servicemix-core/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-core/project.xml?rev=374361&r1=374360&r2=374361&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-core/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-core/project.xml Thu Feb  2 03:27:02 2006
@@ -250,13 +250,6 @@
             <version>${activemq_version}</version>
         </dependency>
 
-        <!-- For clustering services -->
-        <dependency>
-            <id>activecluster</id>
-            <version>${activecluster_version}</version>
-        </dependency>
-
-
         <!-- for XStream component -->
         <!-- optional jars for XStream marshalling -->
         <dependency>