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/05/19 10:34:49 UTC

svn commit: r407745 - /cocoon/trunk/core/cocoon-core/pom.xml

Author: cziegeler
Date: Fri May 19 01:34:47 2006
New Revision: 407745

URL: http://svn.apache.org/viewvc?rev=407745&view=rev
Log:
Readding dependency to xml-apis to fix compilation problems

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

Modified: cocoon/trunk/core/cocoon-core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/pom.xml?rev=407745&r1=407744&r2=407745&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-core/pom.xml (original)
+++ cocoon/trunk/core/cocoon-core/pom.xml Fri May 19 01:34:47 2006
@@ -221,6 +221,11 @@
       <version>1.3.4</version>
     </dependency>
     <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>1.3.02</version>
+    </dependency>
+    <dependency>
       <groupId>xml-resolver</groupId>
       <artifactId>xml-resolver</artifactId>
       <version>1.1</version>