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 zh...@apache.org on 2006/02/27 16:50:15 UTC

svn commit: r381366 - in /portals/pluto/trunk: pluto-portal-driver/pom.xml pluto-testsuite/pom.xml

Author: zheng
Date: Mon Feb 27 07:50:11 2006
New Revision: 381366

URL: http://svn.apache.org/viewcvs?rev=381366&view=rev
Log:
Updated groupId of jstl to javax.servlet

Modified:
    portals/pluto/trunk/pluto-portal-driver/pom.xml
    portals/pluto/trunk/pluto-testsuite/pom.xml

Modified: portals/pluto/trunk/pluto-portal-driver/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-portal-driver/pom.xml?rev=381366&r1=381365&r2=381366&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-portal-driver/pom.xml (original)
+++ portals/pluto/trunk/pluto-portal-driver/pom.xml Mon Feb 27 07:50:11 2006
@@ -73,10 +73,8 @@
       <version>${servlet-api.version}</version>
       <scope>provided</scope>
     </dependency>
-    <!-- We should use groupId 'javax.servlet' here, but there seems to have
-         some bugs in the jstl 1.1.2 artifact from the javax.servlet group. -->
     <dependency>
-      <groupId>jstl</groupId>
+      <groupId>javax.servlet</groupId>
       <artifactId>jstl</artifactId>
       <version>${jstl.version}</version>
       <scope>compile</scope>

Modified: portals/pluto/trunk/pluto-testsuite/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-testsuite/pom.xml?rev=381366&r1=381365&r2=381366&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-testsuite/pom.xml (original)
+++ portals/pluto/trunk/pluto-testsuite/pom.xml Mon Feb 27 07:50:11 2006
@@ -28,7 +28,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>jstl</groupId>
+      <groupId>javax.servlet</groupId>
       <artifactId>jstl</artifactId>
       <version>${jstl.version}</version>
       <scope>compile</scope>