Author: djencks
Date: Tue Apr  8 16:50:45 2008
New Revision: 646143

URL: http://svn.apache.org/viewvc?rev=646143&view=rev
Log:
use j2ee 1.4 compatible jacc spec jar

Modified:
    activemq/branches/activemq-4.1/activemq-core/pom.xml
    activemq/branches/activemq-4.1/activemq-rar/pom.xml
    activemq/branches/activemq-4.1/activemq-web-console/pom.xml
    activemq/branches/activemq-4.1/activemq-web-demo/pom.xml

Modified: activemq/branches/activemq-4.1/activemq-core/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-core/pom.xml?rev=646143&r1=646142&r2=646143&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-core/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-core/pom.xml Tue Apr  8 16:50:45 
2008
@@ -61,7 +61,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jacc_1.1_spec</artifactId>
+      <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
       <optional>true</optional>
     </dependency>
 

Modified: activemq/branches/activemq-4.1/activemq-rar/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-rar/pom.xml?rev=646143&r1=646142&r2=646143&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-rar/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-rar/pom.xml Tue Apr  8 16:50:45 2008
@@ -34,7 +34,7 @@
         </exclusion>
         <exclusion>
           <groupId>org.apache.geronimo.specs</groupId>
-          <artifactId>geronimo-jacc_1.1_spec</artifactId>
+          <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
         </exclusion>
         <exclusion>
           <groupId>org.apache.geronimo.specs</groupId>

Modified: activemq/branches/activemq-4.1/activemq-web-console/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-web-console/pom.xml?rev=646143&r1=646142&r2=646143&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-web-console/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-web-console/pom.xml Tue Apr  8 
16:50:45 2008
@@ -72,7 +72,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jacc_1.1_spec</artifactId>
+      <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
     </dependency>
 
     <!-- activemq -->

Modified: activemq/branches/activemq-4.1/activemq-web-demo/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-web-demo/pom.xml?rev=646143&r1=646142&r2=646143&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/activemq-web-demo/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-web-demo/pom.xml Tue Apr  8 
16:50:45 2008
@@ -49,7 +49,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jacc_1.1_spec</artifactId>
+      <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
     </dependency>
 
     <!-- activemq -->


Reply via email to