You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/10/30 13:14:39 UTC

svn commit: r469134 - /incubator/activemq/trunk/activemq-web-console/pom.xml

Author: jstrachan
Date: Mon Oct 30 04:14:38 2006
New Revision: 469134

URL: http://svn.apache.org/viewvc?view=rev&rev=469134
Log:
added the dependency on the command line console

Modified:
    incubator/activemq/trunk/activemq-web-console/pom.xml

Modified: incubator/activemq/trunk/activemq-web-console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-web-console/pom.xml?view=diff&rev=469134&r1=469133&r2=469134
==============================================================================
--- incubator/activemq/trunk/activemq-web-console/pom.xml (original)
+++ incubator/activemq/trunk/activemq-web-console/pom.xml Mon Oct 30 04:14:38 2006
@@ -104,6 +104,11 @@
       <artifactId>activemq-xmpp</artifactId>
       <version>${pom.version}</version>
     </dependency>
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>activemq-console</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
 
     <!-- TODO this should not be needed, but transitive dependencies are not working -->
     <dependency>