[picketlink-commits] Picketlink SVN: r931 - trust/trunk/jbossws.

picketlink-commits at lists.jboss.org picketlink-commits at lists.jboss.org
Tue May 10 19:51:18 EDT 2011


Author: anil.saldhana at jboss.com
Date: 2011-05-10 19:51:18 -0400 (Tue, 10 May 2011)
New Revision: 931

Modified:
   trust/trunk/jbossws/pom.xml
Log:
add Jacc api for PolicyContext usage

Modified: trust/trunk/jbossws/pom.xml
===================================================================
--- trust/trunk/jbossws/pom.xml	2011-05-10 23:50:51 UTC (rev 930)
+++ trust/trunk/jbossws/pom.xml	2011-05-10 23:51:18 UTC (rev 931)
@@ -88,10 +88,14 @@
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
                 <version>4.4</version>
-               <scope>test</scope>
+                <scope>test</scope>
         </dependency>
+        <dependency>
+               <groupId>org.jboss.spec.javax.security.jacc</groupId>
+               <artifactId>jboss-jacc-api_1.4_spec</artifactId>
+               <version>1.0.0.Final</version>
+        </dependency>
 
-
    </dependencies>
    
    <reporting>



More information about the picketlink-commits mailing list