Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv18514
Modified Files:
pom.xml
Log Message:
need dependency on standard taglibs again for jstl 1.1
See also: http://cvs.mmbase.org/viewcvs/all
Index: pom.xml
===================================================================
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- pom.xml 20 Apr 2009 15:59:58 -0000 1.17
+++ pom.xml 21 Apr 2009 15:52:39 -0000 1.18
@@ -168,10 +168,15 @@
<groupId>${jsp.groupId}</groupId>
<artifactId>jsp-api</artifactId>
</dependency>
+
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
- <scope>compile</scope>
+ </dependency>
+ <!-- the dependency on standard taglibs can be dropped when going to jstl
1.2 -->
+ <dependency>
+ <groupId>taglibs</groupId>
+ <artifactId>standard</artifactId>
</dependency>
<!--
<dependency>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs