You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2009/04/13 15:50:39 UTC

svn commit: r764465 - in /maven/doxia: doxia-sitetools/trunk/doxia-doc-renderer/pom.xml doxia-tools/trunk/doxia-converter/pom.xml

Author: vsiveton
Date: Mon Apr 13 13:50:39 2009
New Revision: 764465

URL: http://svn.apache.org/viewvc?rev=764465&view=rev
Log:
DOXIA-307: Tests fail when run with Java 1.4

o restored 1.4 comp

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
    maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml?rev=764465&r1=764464&r2=764465&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml Mon Apr 13 13:50:39 2009
@@ -106,5 +106,10 @@
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-module-xhtml</artifactId>
     </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>1.3.04</version>
+    </dependency>
   </dependencies>
 </project>

Modified: maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml?rev=764465&r1=764464&r2=764465&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml Mon Apr 13 13:50:39 2009
@@ -119,6 +119,11 @@
       <artifactId>icu4j</artifactId>
       <version>3.8</version>
     </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>1.3.04</version>
+    </dependency>
 
     <!-- Plexus -->
     <dependency>