You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/01/23 10:58:39 UTC

svn commit: r371509 - /incubator/servicemix/trunk/servicemix-http/project.xml

Author: gnodet
Date: Mon Jan 23 01:58:34 2006
New Revision: 371509

URL: http://svn.apache.org/viewcvs?rev=371509&view=rev
Log:
Use activemq jar instead of activema-core as it seems to be broken

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

Modified: incubator/servicemix/trunk/servicemix-http/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-http/project.xml?rev=371509&r1=371508&r2=371509&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-http/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-http/project.xml Mon Jan 23 01:58:34 2006
@@ -222,7 +222,7 @@
       </dependency>
       <dependency>
         <groupId>incubator-activemq</groupId>
-        <artifactId>activemq-core</artifactId>
+        <artifactId>activemq</artifactId>
         <version>${activemq_version}</version>
       </dependency>
       <dependency>