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/02/17 17:33:17 UTC

svn commit: r745135 - /activemq/sandbox/activemq-flow/pom.xml

Author: chirino
Date: Tue Feb 17 16:33:17 2009
New Revision: 745135

URL: http://svn.apache.org/viewvc?rev=745135&view=rev
Log:
Removed unused dependency

Modified:
    activemq/sandbox/activemq-flow/pom.xml

Modified: activemq/sandbox/activemq-flow/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/pom.xml?rev=745135&r1=745134&r2=745135&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/pom.xml (original)
+++ activemq/sandbox/activemq-flow/pom.xml Tue Feb 17 16:33:17 2009
@@ -34,12 +34,6 @@
   <dependencies>
   
     <dependency>
-      <groupId>colt</groupId>
-      <artifactId>colt</artifactId>
-      <version>1.2.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-core</artifactId>
     </dependency>