You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by db...@apache.org on 2013/10/16 04:25:48 UTC

svn commit: r1532631 - /commons/proper/jelly/trunk/pom.xml

Author: dbrosius
Date: Wed Oct 16 02:25:48 2013
New Revision: 1532631

URL: http://svn.apache.org/r1532631
Log:
update relocated jar references

Modified:
    commons/proper/jelly/trunk/pom.xml

Modified: commons/proper/jelly/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/trunk/pom.xml?rev=1532631&r1=1532630&r2=1532631&view=diff
==============================================================================
--- commons/proper/jelly/trunk/pom.xml (original)
+++ commons/proper/jelly/trunk/pom.xml Wed Oct 16 02:25:48 2013
@@ -369,8 +369,8 @@
   </distributionManagement>
   <dependencies>
     <dependency>
-      <groupId>servletapi</groupId>
-      <artifactId>servletapi</artifactId>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
       <version>2.3</version>
     </dependency>
     <dependency>
@@ -394,7 +394,7 @@
       <version>1.0-beta-5</version>
     </dependency>
     <dependency>
-      <groupId>jstl</groupId>
+      <groupId>javax.servlet</groupId>
       <artifactId>jstl</artifactId>
       <version>1.0.6</version>
     </dependency>
@@ -430,7 +430,7 @@
     </dependency>
     <dependency>
       <groupId>xerces</groupId>
-      <artifactId>xerces</artifactId>
+      <artifactId>xercesImpl</artifactId>
       <version>2.2.1</version>
     </dependency>
   </dependencies>