Title: [waffle-scm] [264] trunk: Added jsp-api to parent dependency management.
Revision
264
Author
mauro
Date
2007-07-14 06:21:54 -0500 (Sat, 14 Jul 2007)

Log Message

Added jsp-api to parent dependency management.

Modified Paths


Diff

Modified: trunk/extensions/taglib/pom.xml (263 => 264)

--- trunk/extensions/taglib/pom.xml	2007-07-14 09:20:48 UTC (rev 263)
+++ trunk/extensions/taglib/pom.xml	2007-07-14 11:21:54 UTC (rev 264)
@@ -20,7 +20,6 @@
       <groupId>javax.servlet</groupId>
       <artifactId>jsp-api</artifactId>
       <scope>compile</scope>
-      <version>2.0</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>

Modified: trunk/pom.xml (263 => 264)

--- trunk/pom.xml	2007-07-14 09:20:48 UTC (rev 263)
+++ trunk/pom.xml	2007-07-14 11:21:54 UTC (rev 264)
@@ -41,6 +41,12 @@
       </dependency>
       <dependency>
         <groupId>javax.servlet</groupId>
+        <artifactId>jsp-api</artifactId>
+        <scope>provided</scope>
+        <version>2.0</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.servlet</groupId>
         <artifactId>jstl</artifactId>
         <version>1.1.2</version>
         <scope>provided</scope>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to