[jboss-cvs] JBossAS SVN: r114540 - projects/security/security-negotiation/trunk/parent.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 24 06:26:44 EDT 2013


Author: darran.lofthouse at jboss.com
Date: 2013-10-24 06:26:43 -0400 (Thu, 24 Oct 2013)
New Revision: 114540

Modified:
   projects/security/security-negotiation/trunk/parent/pom.xml
Log:
[SECURITY-760] Set scope to 'provided' for JBoss Web.

Modified: projects/security/security-negotiation/trunk/parent/pom.xml
===================================================================
--- projects/security/security-negotiation/trunk/parent/pom.xml	2013-10-23 17:40:14 UTC (rev 114539)
+++ projects/security/security-negotiation/trunk/parent/pom.xml	2013-10-24 10:26:43 UTC (rev 114540)
@@ -116,6 +116,7 @@
         <groupId>org.jboss.web</groupId>
         <artifactId>jbossweb</artifactId>
         <version>${version.org.jboss.web}</version>
+        <scope>provided</scope>
       </dependency>
       <dependency>
          <groupId>org.picketbox</groupId>



More information about the jboss-cvs-commits mailing list