[java-shib-idp2 COMMIT] /branches/REL_2/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Sep 7 14:41:01 BST 2011


Author: rdw
Date: Wed Sep  7 14:41:00 2011
New Revision: 3067

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3067&view=rev
Log:
We don't want to package javax.servlet.jsp.  Mark its scope as provided.

Modified:
    branches/REL_2/pom.xml

Modified: branches/REL_2/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/pom.xml?rev=3067&r1=3066&r2=3067&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Wed Sep  7 14:41:00 2011
@@ -57,6 +57,7 @@
             <groupId>javax.servlet.jsp</groupId>
             <artifactId>jsp-api</artifactId>
             <version>2.0</version>
+            <scope>provided</scope>
         </dependency>
 
         <!-- Runtime dependencies -->



More information about the commits mailing list