You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2009/06/05 16:24:34 UTC

svn commit: r782029 - in /activemq/trunk: activemq-camel/pom.xml activemq-camel/src/test/java/org/apache/activemq/camel/component/BrowseQueuesInUFace.java activemq-core/pom.xml

Author: gtully
Date: Fri Jun  5 14:24:34 2009
New Revision: 782029

URL: http://svn.apache.org/viewvc?rev=782029&view=rev
Log:
remove deprecated camel-swing dependency

Removed:
    activemq/trunk/activemq-camel/src/test/java/org/apache/activemq/camel/component/BrowseQueuesInUFace.java
Modified:
    activemq/trunk/activemq-camel/pom.xml
    activemq/trunk/activemq-core/pom.xml

Modified: activemq/trunk/activemq-camel/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-camel/pom.xml?rev=782029&r1=782028&r2=782029&view=diff
==============================================================================
--- activemq/trunk/activemq-camel/pom.xml (original)
+++ activemq/trunk/activemq-camel/pom.xml Fri Jun  5 14:24:34 2009
@@ -102,12 +102,6 @@
       <scope>test</scope>
     </dependency>    
     <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-swing</artifactId>
-      <version>${camel-version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-all</artifactId>
       <scope>test</scope>

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=782029&r1=782028&r2=782029&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Fri Jun  5 14:24:34 2009
@@ -219,14 +219,6 @@
       <optional>true</optional>
     </dependency>
 
-    <!-- Camel UI testing -->
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-swing</artifactId>
-      <version>${camel-version}</version>
-      <scope>test</scope>
-    </dependency>
-
     <!-- database testing -->
     <dependency>
       <groupId>commons-collections</groupId>