You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/19 03:08:16 UTC

svn commit: r370346 - /incubator/servicemix/trunk/servicemix-jms/project.xml

Author: foconer
Date: Wed Jan 18 18:08:05 2006
New Revision: 370346

URL: http://svn.apache.org/viewcvs?rev=370346&view=rev
Log:
Fix for unit test compile error.

Modified:
    incubator/servicemix/trunk/servicemix-jms/project.xml

Modified: incubator/servicemix/trunk/servicemix-jms/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jms/project.xml?rev=370346&r1=370345&r2=370346&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jms/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-jms/project.xml Wed Jan 18 18:08:05 2006
@@ -139,7 +139,7 @@
       </dependency>
       <dependency>
         <groupId>activemq</groupId>
-        <artifactId>activemq-core</artifactId>
+        <artifactId>activemq</artifactId>
         <version>${activemq_version}</version>
       </dependency>
       <dependency>