Author: tabish
Date: Fri Oct 14 13:40:49 2011
New Revision: 1183359

URL: http://svn.apache.org/viewvc?rev=1183359&view=rev
Log:
fix for: https://issues.apache.org/jira/browse/AMQ-1132

Remove the dependency on the ActiveIO test.jar.

Removed:
    
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/kaha/impl/async/JournalPerfTool.java
    
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/kaha/impl/async/JournalRWPerfTool.java
Modified:
    activemq/trunk/activemq-core/pom.xml

Modified: activemq/trunk/activemq-core/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=1183359&r1=1183358&r2=1183359&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Fri Oct 14 13:40:49 2011
@@ -195,12 +195,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>activeio-core</artifactId>
-      <optional>false</optional>
-      <type>test-jar</type>
-    </dependency>
-    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jms</artifactId>
       <scope>test</scope>


Reply via email to