You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2004/08/23 03:02:59 UTC

svn commit: rev 36715 - portals/pluto/trunk/testsuite

Author: ddewolf
Date: Sun Aug 22 18:02:58 2004
New Revision: 36715

Modified:
   portals/pluto/trunk/testsuite/project.xml
Log:
Adding JSTL dependency for newly enhanced test portlet.

Modified: portals/pluto/trunk/testsuite/project.xml
==============================================================================
--- portals/pluto/trunk/testsuite/project.xml	(original)
+++ portals/pluto/trunk/testsuite/project.xml	Sun Aug 22 18:02:58 2004
@@ -48,6 +48,7 @@
         <war.bundle>false</war.bundle>
       </properties>
     </dependency>
+
     <dependency>
       <id>pluto-portal</id>
       <groupId>pluto</groupId>
@@ -80,6 +81,7 @@
         <war.bundle>false</war.bundle>
       </properties>
     </dependency>
+
     <dependency>      
       <id>xml-apis</id>
       <version>2.0.2</version>
@@ -88,6 +90,22 @@
       </properties>
     </dependency>
     
+    <dependency>
+        <id>jstl</id>
+        <version>1.0.2</version>
+        <properties>
+            <war.bundle>true</war.bundle>
+        </properties>
+    </dependency>
+
+    <dependency>
+        <groupId>taglibs</groupId>
+        <artifactId>standard</artifactId>
+        <version>1.0.4</version>
+        <properties>
+            <war.bundle>true</war.bundle>
+        </properties>
+    </dependency>
 
   </dependencies>