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:
Frederick G. Oconer 2006-03-30 02:37:41 +00:00
parent ab7e7144b0
commit f1bc88c787
1 changed files with 12 additions and 8 deletions

20
pom.xml
View File

@ -558,10 +558,17 @@
<version>1.6.2</version> <version>1.6.2</version>
</dependency> </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 --> <!-- ACTIVEMQ-CORE DEPENDENCIES -->
<dependency> <dependency>
@ -570,10 +577,7 @@
<version>2.1</version> <version>2.1</version>
</dependency> </dependency>
<!-- ACTIVEMQ-JAAS Dependencies -->
<!-- ActiveMQ-Jaas Dependencies -->
<dependency> <dependency>
<groupId>directory</groupId> <groupId>directory</groupId>
<artifactId>apacheds-core</artifactId> <artifactId>apacheds-core</artifactId>