[jboss-cvs] Picketbox SVN: r257 - in trunk/security-spi: spi and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 21 17:58:56 EDT 2011


Author: sguilhen at redhat.com
Date: 2011-09-21 17:58:56 -0400 (Wed, 21 Sep 2011)
New Revision: 257

Modified:
   trunk/security-spi/parent/pom.xml
   trunk/security-spi/spi/pom.xml
Log:
SECURITY-621: Updated JASPI dependency

Modified: trunk/security-spi/parent/pom.xml
===================================================================
--- trunk/security-spi/parent/pom.xml	2011-09-21 18:38:32 UTC (rev 256)
+++ trunk/security-spi/parent/pom.xml	2011-09-21 21:58:56 UTC (rev 257)
@@ -84,9 +84,9 @@
   <dependencyManagement>
    <dependencies>
       <dependency>
-         <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-jaspi-api</artifactId>
-         <version>1.0.0.GA</version>
+         <groupId>org.jboss.spec.javax.security.auth.message</groupId>
+         <artifactId>jboss-jaspi-api_1.0_spec</artifactId>
+         <version>1.0.0.Final</version>
          <scope>compile</scope>
       </dependency>
       <dependency>

Modified: trunk/security-spi/spi/pom.xml
===================================================================
--- trunk/security-spi/spi/pom.xml	2011-09-21 18:38:32 UTC (rev 256)
+++ trunk/security-spi/spi/pom.xml	2011-09-21 21:58:56 UTC (rev 257)
@@ -38,8 +38,8 @@
    </build>
    <dependencies>
       <dependency>
-         <groupId>org.jboss.javaee</groupId>
-         <artifactId>jboss-jaspi-api</artifactId>
+         <groupId>org.jboss.spec.javax.security.auth.message</groupId>
+         <artifactId>jboss-jaspi-api_1.0_spec</artifactId>
       </dependency>
       <dependency>
          <groupId>org.picketbox</groupId>



More information about the jboss-cvs-commits mailing list