patched the pom to work when the war is deployed in jetty

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@396506 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-04-24 10:33:37 +00:00
parent a184831c30
commit 32bdc1b9e8
1 changed files with 28 additions and 1 deletions

View File

@ -49,6 +49,24 @@
<dependencies>
<!-- j2ee jars -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_1.1_spec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jta_1.0.1B_spec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
</dependency>
<!-- activemq -->
<dependency>
<groupId>${pom.groupId}</groupId>
@ -60,7 +78,16 @@
<groupId>${pom.groupId}</groupId>
<artifactId>activemq-core</artifactId>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>activeio-core</artifactId>
</dependency>
<dependency>
<groupId>incubator-activemq</groupId>
<artifactId>activemq-jaas</artifactId>
<optional>true</optional>
</dependency>
<!-- web container -->
<dependency>