Author: michiel
Date: 2009-05-06 16:00:06 +0200 (Wed, 06 May 2009)
New Revision: 34997

Modified:
   mmbase/trunk/applications/pom.xml
Log:
it seems that jsp-api 2.1 does not implicitely depend on servlet 2.5

Modified: mmbase/trunk/applications/pom.xml
===================================================================
--- mmbase/trunk/applications/pom.xml   2009-05-06 13:57:27 UTC (rev 34996)
+++ mmbase/trunk/applications/pom.xml   2009-05-06 14:00:06 UTC (rev 34997)
@@ -41,11 +41,17 @@
       <classifier>sources</classifier>
       <scope>provided</scope>
     </dependency>
+
     <dependency>
       <groupId>${jsp.groupId}</groupId>
       <artifactId>jsp-api</artifactId>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <scope>provided</scope>
+    </dependency>
 
   </dependencies>
 

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to