mirror of https://github.com/apache/activemq.git
Added additional dependencies for building activemq-web.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389967 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab7e7144b0
commit
f1bc88c787
20
pom.xml
20
pom.xml
|
@ -558,10 +558,17 @@
|
|||
<version>1.6.2</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Reused Dependencies -->
|
||||
|
||||
|
||||
|
||||
<!-- ACTIVEMQ-WEB Specific Dependencies -->
|
||||
<dependency>
|
||||
<groupId>rome</groupId>
|
||||
<artifactId>rome</artifactId>
|
||||
<version>0.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jdom</groupId>
|
||||
<artifactId>jdom</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- ACTIVEMQ-CORE DEPENDENCIES -->
|
||||
<dependency>
|
||||
|
@ -570,10 +577,7 @@
|
|||
<version>2.1</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- ActiveMQ-Jaas Dependencies -->
|
||||
<!-- ACTIVEMQ-JAAS Dependencies -->
|
||||
<dependency>
|
||||
<groupId>directory</groupId>
|
||||
<artifactId>apacheds-core</artifactId>
|
||||
|
|
Loading…
Reference in New Issue