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 2009/06/09 14:54:08 UTC

svn commit: r782982 - in /activemq/sandbox/activemq-flow: activemq-broker/ activemq-client/ activemq-flow/ activemq-network/ activemq-queue/ activemq-stomp/ activemq-store/ activemq-transport/ kahadb/

Author: chirino
Date: Tue Jun  9 12:54:08 2009
New Revision: 782982

URL: http://svn.apache.org/viewvc?rev=782982&view=rev
Log:
Simplifying the dependencies a bit.

Modified:
    activemq/sandbox/activemq-flow/activemq-broker/pom.xml
    activemq/sandbox/activemq-flow/activemq-client/pom.xml
    activemq/sandbox/activemq-flow/activemq-flow/pom.xml
    activemq/sandbox/activemq-flow/activemq-network/pom.xml
    activemq/sandbox/activemq-flow/activemq-queue/pom.xml
    activemq/sandbox/activemq-flow/activemq-stomp/pom.xml
    activemq/sandbox/activemq-flow/activemq-store/pom.xml
    activemq/sandbox/activemq-flow/activemq-transport/pom.xml
    activemq/sandbox/activemq-flow/kahadb/pom.xml

Modified: activemq/sandbox/activemq-flow/activemq-broker/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-broker/pom.xml?rev=782982&r1=782981&r2=782982&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-broker/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-broker/pom.xml Tue Jun  9 12:54:08 2009
@@ -35,18 +35,6 @@
   
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-util</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-dispatcher</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-queue</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-transport</artifactId>
     </dependency>
     <dependency>
@@ -57,9 +45,11 @@
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-selector</artifactId>
     </dependency>
+
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-kaha</artifactId>
+      <optional>true</optional>
     </dependency>
 
     <!-- Testing Dependencies -->    

Modified: activemq/sandbox/activemq-flow/activemq-client/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-client/pom.xml?rev=782982&r1=782981&r2=782982&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-client/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-client/pom.xml Tue Jun  9 12:54:08 2009
@@ -35,10 +35,6 @@
   
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-util</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-openwire</artifactId>
     </dependency>
     <dependency>

Modified: activemq/sandbox/activemq-flow/activemq-flow/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-flow/pom.xml?rev=782982&r1=782981&r2=782982&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-flow/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-flow/pom.xml Tue Jun  9 12:54:08 2009
@@ -36,7 +36,6 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-util</artifactId>
-      <optional>false</optional>
     </dependency>
     
     <!-- Testing Dependencies -->    

Modified: activemq/sandbox/activemq-flow/activemq-network/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-network/pom.xml?rev=782982&r1=782981&r2=782982&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-network/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-network/pom.xml Tue Jun  9 12:54:08 2009
@@ -35,18 +35,6 @@
   
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-util</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-dispatcher</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-flow</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-transport</artifactId>
     </dependency>
     <dependency>

Modified: activemq/sandbox/activemq-flow/activemq-queue/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-queue/pom.xml?rev=782982&r1=782981&r2=782982&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-queue/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-queue/pom.xml Tue Jun  9 12:54:08 2009
@@ -35,18 +35,11 @@
     
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-util</artifactId>
-      <optional>false</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-dispatcher</artifactId>
-      <optional>false</optional>
     </dependency>        
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-flow</artifactId>
-      <optional>false</optional>
     </dependency>        
   
     <!-- Testing Dependencies -->    
@@ -59,7 +52,8 @@
       <groupId>org.apache.activemq.protobuf</groupId>
       <artifactId>activemq-protobuf</artifactId>
       <scope>test</scope>
-    </dependency>  
+    </dependency>
+    
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>

Modified: activemq/sandbox/activemq-flow/activemq-stomp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-stomp/pom.xml?rev=782982&r1=782981&r2=782982&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-stomp/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-stomp/pom.xml Tue Jun  9 12:54:08 2009
@@ -35,10 +35,6 @@
     
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-broker</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-openwire</artifactId>
     </dependency>
 

Modified: activemq/sandbox/activemq-flow/activemq-store/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-store/pom.xml?rev=782982&r1=782981&r2=782982&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-store/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-store/pom.xml Tue Jun  9 12:54:08 2009
@@ -35,14 +35,6 @@
     
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-util</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-dispatcher</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-queue</artifactId>
     </dependency>
         

Modified: activemq/sandbox/activemq-flow/activemq-transport/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-transport/pom.xml?rev=782982&r1=782981&r2=782982&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-transport/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-transport/pom.xml Tue Jun  9 12:54:08 2009
@@ -35,10 +35,6 @@
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-util</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-dispatcher</artifactId>
     </dependency>
     <dependency>

Modified: activemq/sandbox/activemq-flow/kahadb/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/kahadb/pom.xml?rev=782982&r1=782981&r2=782982&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/kahadb/pom.xml (original)
+++ activemq/sandbox/activemq-flow/kahadb/pom.xml Tue Jun  9 12:54:08 2009
@@ -51,24 +51,6 @@
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
       <version>1.1</version>
-      <exclusions>
-        <exclusion>
-          <groupId>avalon-framework</groupId>
-          <artifactId>avalon-framework</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>logkit</groupId>
-          <artifactId>logkit</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>log4j</groupId>
-          <artifactId>log4j</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>javax.servlet</groupId>
-          <artifactId>servlet-api</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
     
     <dependency>