[jboss-cvs] JBossAS SVN: r74709 - projects/security/security-jboss-sx/trunk/identity.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 17 14:15:17 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-06-17 14:15:17 -0400 (Tue, 17 Jun 2008)
New Revision: 74709

Modified:
   projects/security/security-jboss-sx/trunk/identity/pom.xml
Log:
correct deps

Modified: projects/security/security-jboss-sx/trunk/identity/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/identity/pom.xml	2008-06-17 18:15:09 UTC (rev 74708)
+++ projects/security/security-jboss-sx/trunk/identity/pom.xml	2008-06-17 18:15:17 UTC (rev 74709)
@@ -85,6 +85,11 @@
    </build>
    <dependencies> 
       <dependency>
+         <groupId>org.jboss.security</groupId>
+         <artifactId>jboss-security-spi</artifactId>
+         <scope>compile</scope>
+      </dependency>
+      <dependency>
          <groupId>org.jboss</groupId>
          <artifactId>jboss-common-core</artifactId>
          <scope>compile</scope>
@@ -100,11 +105,6 @@
          <scope>runtime</scope>
       </dependency>
       <dependency>
-        <groupId>org.jboss.security</groupId>
-        <artifactId>identity-spi</artifactId>
-        <version>2.0.2.Beta5</version>
-      </dependency>
-      <dependency>
          <groupId>apache-log4j</groupId>
          <artifactId>log4j</artifactId>
          <scope>compile</scope>
@@ -120,4 +120,4 @@
          <scope>test</scope>
       </dependency>    
    </dependencies>
-</project>
\ No newline at end of file
+</project>




More information about the jboss-cvs-commits mailing list