added the dependency on the command line console

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@469134 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-10-30 12:14:38 +00:00
parent 148f3bded1
commit d9ad0437ff
1 changed files with 5 additions and 0 deletions

View File

@ -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>