Author: dejanb
Date: Tue Jan 6 08:17:51 2009
New Revision: 731985
URL: http://svn.apache.org/viewvc?rev=731985&view=rev
Log:
fix for https://issues.apache.org/activemq/browse/AMQ-2055
Modified:
activemq/trunk/activemq-all/pom.xml
activemq/trunk/assembly/pom.xml
Modified: activemq/trunk/activemq-all/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-all/pom.xml?rev=731985&r1=731984&r2=731985&view=diff
==============================================================================
--- activemq/trunk/activemq-all/pom.xml (original)
+++ activemq/trunk/activemq-all/pom.xml Tue Jan 6 08:17:51 2009
@@ -80,7 +80,6 @@
<include>${project.groupId}:activemq-optional</include>
<include>${project.groupId}:activemq-jpa-store</include>
<include>${project.groupId}:kahadb</include>
-
<include>org.apache.activemq.protobuf:activemq-protobuf</include>
<include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
<include>org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec</include>
<include>org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec</include>
Modified: activemq/trunk/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/assembly/pom.xml?rev=731985&r1=731984&r2=731985&view=diff
==============================================================================
--- activemq/trunk/assembly/pom.xml (original)
+++ activemq/trunk/assembly/pom.xml Tue Jan 6 08:17:51 2009
@@ -240,11 +240,6 @@
<artifactId>derbynet</artifactId>
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>org.apache.hadoop.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
- <optional>true</optional>
- </dependency>
<!-- copied dependencies from activemq-web-console -->
<!-- enable commons-logging when inside jetty6:run -->