Update of /var/cvs/applications/taglib
In directory james.mmbase.org:/tmp/cvs-serv10521

Modified Files:
        pom.xml 
Log Message:
actually depends on jsp, not jstl


See also: http://cvs.mmbase.org/viewcvs/applications/taglib


Index: pom.xml
===================================================================
RCS file: /var/cvs/applications/taglib/pom.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- pom.xml     29 Apr 2009 07:11:33 -0000      1.13
+++ pom.xml     30 Apr 2009 14:24:48 -0000      1.14
@@ -114,9 +114,10 @@
     </dependency>
 
     <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>jstl</artifactId>
+      <groupId>${jsp.groupId}</groupId>
+      <artifactId>jsp-api</artifactId>
       <scope>provided</scope>
     </dependency>
+
   </dependencies>
 </project>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to