Author: michiel
Date: 2009-05-18 17:49:16 +0200 (Mon, 18 May 2009)
New Revision: 35271

Modified:
   mmbase/trunk/example-webapp/pom.xml
Log:
Jstl is provided by base-webapp

Modified: mmbase/trunk/example-webapp/pom.xml
===================================================================
--- mmbase/trunk/example-webapp/pom.xml 2009-05-18 15:21:56 UTC (rev 35270)
+++ mmbase/trunk/example-webapp/pom.xml 2009-05-18 15:49:16 UTC (rev 35271)
@@ -124,20 +124,16 @@
       <artifactId>hsqldb</artifactId>
       <version>1.8.0.7</version>
     </dependency>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>jstl</artifactId>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>taglibs</groupId>
-      <artifactId>standard</artifactId>
-      <scope>compile</scope>
-    </dependency>
   </dependencies>
   <profiles>
     <profile>
       <id>servlet25</id>
+      <activation>
+        <property>
+          <name>servlet.version</name>
+          <value>2.5</value>
+        </property>
+      </activation>
       <properties>
         <base.version>${mmbase.version}-servlet25</base.version>
       </properties>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to