You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/11/13 20:03:00 UTC

svn commit: r474439 - in /incubator/activemq/branches/activemq-4.1: assembly/pom.xml pom.xml

Author: chirino
Date: Mon Nov 13 11:02:59 2006
New Revision: 474439

URL: http://svn.apache.org/viewvc?view=rev&rev=474439
Log:
Don't include activecluster as dependency since it not :)

Modified:
    incubator/activemq/branches/activemq-4.1/assembly/pom.xml
    incubator/activemq/branches/activemq-4.1/pom.xml

Modified: incubator/activemq/branches/activemq-4.1/assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/assembly/pom.xml?view=diff&rev=474439&r1=474438&r2=474439
==============================================================================
--- incubator/activemq/branches/activemq-4.1/assembly/pom.xml (original)
+++ incubator/activemq/branches/activemq-4.1/assembly/pom.xml Mon Nov 13 11:02:59 2006
@@ -80,11 +80,6 @@
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>activecluster</artifactId>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>${pom.groupId}</groupId>
       <artifactId>activemq-rar</artifactId>
       <type>rar</type>
       <optional>true</optional>

Modified: incubator/activemq/branches/activemq-4.1/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/pom.xml?view=diff&rev=474439&r1=474438&r2=474439
==============================================================================
--- incubator/activemq/branches/activemq-4.1/pom.xml (original)
+++ incubator/activemq/branches/activemq-4.1/pom.xml Mon Nov 13 11:02:59 2006
@@ -186,11 +186,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.activemq</groupId>
-        <artifactId>activecluster</artifactId>
-        <version>${activemq-version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.activemq</groupId>
         <artifactId>activemq-console</artifactId>
         <version>${activemq-version}</version>
       </dependency>
@@ -395,14 +390,6 @@
         </exclusions>
       </dependency>
 
-      <!-- an optional discovery agent -->
-      <dependency>
-        <groupId>activecluster</groupId>
-        <artifactId>activecluster</artifactId>
-        <version>${activecluster-version}</version>
-        <optional>true</optional>
-      </dependency>
-
       <!-- Optional Derby support-->
       <dependency>
         <groupId>org.apache.derby</groupId>
@@ -933,7 +920,6 @@
 
   <properties>
     <activemq-version>4.1-incubator-SNAPSHOT</activemq-version>
-    <activecluster-version>1.1-SNAPSHOT</activecluster-version>
     <activesoap-version>1.3</activesoap-version>
     <annogen-version>0.1.0</annogen-version>
     <ant-version>1.6.2</ant-version>