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

noreply at shibboleth.net noreply at shibboleth.net
Sun Oct 9 15:32:01 BST 2011


Author: lajoie
Date: Sun Oct  9 15:32:01 2011
New Revision: 3069

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3069&view=rev
Log:
move to use managed JSP dependency

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=3069&r1=3068&r2=3069&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Sun Oct  9 15:32:01 2011
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>1</version>
+        <version>2</version>
     </parent>
 
     <groupId>edu.internet2.middleware</groupId>
@@ -53,12 +53,6 @@
         </dependency>
 
         <!-- Provided dependencies -->
-        <dependency>
-            <groupId>javax.servlet.jsp</groupId>
-            <artifactId>jsp-api</artifactId>
-            <version>2.0</version>
-            <scope>provided</scope>
-        </dependency>
 
         <!-- Runtime dependencies -->
         <dependency>
@@ -116,6 +110,10 @@
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet.jsp</groupId>
+            <artifactId>jsp-api</artifactId>
         </dependency>
         <dependency>
             <groupId>${xerces.groupId}</groupId>



More information about the commits mailing list