You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2010/05/06 14:45:43 UTC

svn commit: r941703 - /activemq/trunk/activemq-web-demo/pom.xml

Author: dejanb
Date: Thu May  6 12:45:43 2010
New Revision: 941703

URL: http://svn.apache.org/viewvc?rev=941703&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQ-1547 - adding activemq-core test jar

Modified:
    activemq/trunk/activemq-web-demo/pom.xml

Modified: activemq/trunk/activemq-web-demo/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-demo/pom.xml?rev=941703&r1=941702&r2=941703&view=diff
==============================================================================
--- activemq/trunk/activemq-web-demo/pom.xml (original)
+++ activemq/trunk/activemq-web-demo/pom.xml Thu May  6 12:45:43 2010
@@ -82,6 +82,12 @@
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
+      <artifactId>activemq-core</artifactId>
+      <scope>test</scope>
+      <type>test-jar</type>
+    </dependency>
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
       <artifactId>activeio-core</artifactId>
     </dependency>
     <dependency>