You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/12/29 09:20:31 UTC

svn commit: r490953 - /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml

Author: cziegeler
Date: Fri Dec 29 00:20:28 2006
New Revision: 490953

URL: http://svn.apache.org/viewvc?view=rev&rev=490953
Log:
Add dependency to xml-apis, otherwise compilation fails with JDK 1.4

Modified:
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml?view=diff&rev=490953&r1=490952&r2=490953
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml Fri Dec 29 00:20:28 2006
@@ -99,6 +99,11 @@
       <version>1.4</version>
     </dependency>
     <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>1.3.02</version>
+    </dependency>
+    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
       <version>2.4</version>