mirror of https://github.com/apache/activemq.git
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:
parent
148f3bded1
commit
d9ad0437ff
|
@ -104,6 +104,11 @@
|
||||||
<artifactId>activemq-xmpp</artifactId>
|
<artifactId>activemq-xmpp</artifactId>
|
||||||
<version>${pom.version}</version>
|
<version>${pom.version}</version>
|
||||||
</dependency>
|
</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 -->
|
<!-- TODO this should not be needed, but transitive dependencies are not working -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue