[jboss-cvs] JBossAS SVN: r72412 - trunk/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 17 23:51:02 EDT 2008


Author: rrajesh
Date: 2008-04-17 23:51:02 -0400 (Thu, 17 Apr 2008)
New Revision: 72412

Modified:
   trunk/thirdparty/pom.xml
Log:
Install jboss-ejb3-security

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-04-18 03:50:41 UTC (rev 72411)
+++ trunk/thirdparty/pom.xml	2008-04-18 03:51:02 UTC (rev 72412)
@@ -408,6 +408,13 @@
               </mapping>
             </dependency>
             <dependency>
+              <groupId>org.jboss.ejb3</groupId>
+              <artifactId>jboss-ejb3-security</artifactId>
+              <mapping>
+                <componentId>jboss.jboss-ejb3-security</componentId>
+              </mapping>
+            </dependency>
+            <dependency>
               <groupId>org.jboss.cluster</groupId>
               <artifactId>jboss-ha-client</artifactId>
               <mapping>
@@ -1196,6 +1203,10 @@
       <artifactId>jboss-ejb3-metadata</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-security</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.jboss.cluster</groupId>
       <artifactId>jboss-ha-client</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list