[jboss-cvs] JBossAS SVN: r68784 - projects/security/security-jboss-sx/trunk/acl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 10 00:13:38 EST 2008


Author: anil.saldhana at jboss.com
Date: 2008-01-10 00:13:38 -0500 (Thu, 10 Jan 2008)
New Revision: 68784

Modified:
   projects/security/security-jboss-sx/trunk/acl/pom.xml
Log:
fix version of identity impl

Modified: projects/security/security-jboss-sx/trunk/acl/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/acl/pom.xml	2008-01-10 04:51:05 UTC (rev 68783)
+++ projects/security/security-jboss-sx/trunk/acl/pom.xml	2008-01-10 05:13:38 UTC (rev 68784)
@@ -113,15 +113,7 @@
          <artifactId>jboss-logging-log4j</artifactId>
          <scope>runtime</scope>
       </dependency>
-<!--
       <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jboss-security-spi</artifactId>
-         <version>2.0.2.alpha1</version>
-         <scope>compile</scope>
-      </dependency>
--->
-      <dependency>
          <groupId>apache-log4j</groupId>
          <artifactId>log4j</artifactId>
          <scope>compile</scope>
@@ -139,7 +131,7 @@
       <dependency>
          <groupId>org.jboss.security</groupId>
          <artifactId>identity-impl</artifactId>
-         <version>${org.jboss.security.spi.version}</version>
+         <version>2.0.2-SNAPSHOT</version>
          <scope>test</scope>
       </dependency>    
    </dependencies>




More information about the jboss-cvs-commits mailing list