[jboss-cvs] JBossAS SVN: r74574 - projects/security/security-negotiation/trunk/jboss-negotiation-toolkit.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sun Jun 15 10:28:29 EDT 2008
Author: darran.lofthouse at jboss.com
Date: 2008-06-15 10:28:27 -0400 (Sun, 15 Jun 2008)
New Revision: 74574
Modified:
projects/security/security-negotiation/trunk/jboss-negotiation-toolkit/pom.xml
Log:
[SECURITY-143] Exclude dependencies from generated war.
Modified: projects/security/security-negotiation/trunk/jboss-negotiation-toolkit/pom.xml
===================================================================
--- projects/security/security-negotiation/trunk/jboss-negotiation-toolkit/pom.xml 2008-06-15 13:47:08 UTC (rev 74573)
+++ projects/security/security-negotiation/trunk/jboss-negotiation-toolkit/pom.xml 2008-06-15 14:28:27 UTC (rev 74574)
@@ -34,24 +34,29 @@
<dependency>
<groupId>org.jboss.security</groupId>
<artifactId>jboss-negotiation</artifactId>
+ <scope>provided</scope>
</dependency>
<!-- Global dependencies -->
<dependency>
<groupId>apache-log4j</groupId>
<artifactId>log4j</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>jboss-common</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>jboss</groupId>
<artifactId>jbosssx</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>jboss.web</groupId>
<artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
</dependency>
</dependencies>
</project>
More information about the jboss-cvs-commits
mailing list