[teiid-commits] teiid SVN: r2617 - branches/7.1.x/jboss-integration.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Sep 28 10:30:31 EDT 2010


Author: rareddy
Date: 2010-09-28 10:30:31 -0400 (Tue, 28 Sep 2010)
New Revision: 2617

Modified:
   branches/7.1.x/jboss-integration/pom.xml
Log:
TEIID-1265: Adding dependency on jboss security module

Modified: branches/7.1.x/jboss-integration/pom.xml
===================================================================
--- branches/7.1.x/jboss-integration/pom.xml	2010-09-27 20:39:44 UTC (rev 2616)
+++ branches/7.1.x/jboss-integration/pom.xml	2010-09-28 14:30:31 UTC (rev 2617)
@@ -68,8 +68,13 @@
         <artifactId>jboss-aop-mc-int</artifactId>
         <version>2.0.6.GA</version>
         <scope>provided</scope>
-    </dependency>       
-
+    </dependency>    
+    <dependency>
+        <groupId>org.jboss.security</groupId>
+        <artifactId>jbosssx</artifactId>
+        <version>2.0.3.SP1</version>
+        <scope>provided</scope>
+    </dependency> 
     <!--  these for just running profile service remotely -->
     <dependency>
       <groupId>org.jboss.teiid</groupId>



More information about the teiid-commits mailing list