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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 14 11:58:01 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-08-14 11:58:01 -0400 (Tue, 14 Aug 2007)
New Revision: 64577

Modified:
   projects/security/security-jboss-sx/trunk/.classpath
   projects/security/security-jboss-sx/trunk/pom.xml
Log:
correct mvn phase for xerces

Modified: projects/security/security-jboss-sx/trunk/.classpath
===================================================================
--- projects/security/security-jboss-sx/trunk/.classpath	2007-08-14 15:48:44 UTC (rev 64576)
+++ projects/security/security-jboss-sx/trunk/.classpath	2007-08-14 15:58:01 UTC (rev 64577)
@@ -9,7 +9,7 @@
 	<classpathentry kind="var" path="M2_REPO/apache-log4j/log4j/1.2.14/log4j-1.2.14.jar"/>
 	<classpathentry kind="var" path="M2_REPO/sun-xacml/sun-xacml/2.0/sun-xacml-2.0.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/jboss/jbossxb/2.0.0-SNAPSHOT/jbossxb-2.0.0-SNAPSHOT.jar"/>
-	<classpathentry kind="var" path="M2_REPO/jboss/jboss-security-spi/2.0.1-BETA/jboss-security-spi-2.0.1-BETA.jar"/>
+	<classpathentry kind="var" path="M2_REPO/jboss/jboss-security-spi/2.0.1-SNAPSHOT/jboss-security-spi-2.0.1-SNAPSHOT.jar"/>
 	<classpathentry kind="var" path="M2_REPO/jboss/jboss-javaee/5.0.0-SNAPSHOT/jboss-javaee-5.0.0-SNAPSHOT.jar"/>
 	<classpathentry kind="var" path="M2_REPO/jboss/jboss-jaspi-api/1.0-SNAPSHOT/jboss-jaspi-api-1.0-SNAPSHOT.jar"/>
 	<classpathentry kind="var" path="M2_REPO/sun-xacml/sunxacml-support/2.0/sunxacml-support-2.0.jar"/>

Modified: projects/security/security-jboss-sx/trunk/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/pom.xml	2007-08-14 15:48:44 UTC (rev 64576)
+++ projects/security/security-jboss-sx/trunk/pom.xml	2007-08-14 15:58:01 UTC (rev 64577)
@@ -258,7 +258,7 @@
          <groupId>apache-xerces</groupId>
          <artifactId>xercesImpl</artifactId>
          <version>2.7.1</version>
-         <scope>compile</scope>
+         <scope>test</scope>
       </dependency>     
    </dependencies>
 </project>




More information about the jboss-cvs-commits mailing list