Author: jstrachan
Date: Mon Apr 24 03:33:37 2006
New Revision: 396506
URL: http://svn.apache.org/viewcvs?rev=396506&view=rev
Log:
patched the pom to work when the war is deployed in jetty
Modified:
incubator/activemq/trunk/activemq-web-demo/pom.xml
Modified: incubator/activemq/trunk/activemq-web-demo/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-web-demo/pom.xml?rev=396506&r1=396505&r2=396506&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-web-demo/pom.xml (original)
+++ incubator/activemq/trunk/activemq-web-demo/pom.xml Mon Apr 24 03:33:37 2006
@@ -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>