You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/09/19 23:23:16 UTC

svn commit: r577448 - /cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml

Author: reinhard
Date: Wed Sep 19 14:23:16 2007
New Revision: 577448

URL: http://svn.apache.org/viewvc?rev=577448&view=rev
Log:
because of Java 1.4 requires, an explicit dependency on Xerces is required

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

Modified: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml?rev=577448&r1=577447&r2=577448&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml Wed Sep 19 14:23:16 2007
@@ -195,6 +195,10 @@
       <artifactId>xml-apis</artifactId>
     </dependency>
     <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+    </dependency>
+    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
       <scope>provided</scope>