This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new eb61a08  RAT-275: Update to latest available doxia-core, does not fix 
httpclient problem yet
eb61a08 is described below

commit eb61a08ef99489d21d79320ce3bf068573c59ea7
Author: Hugo Hirsch <[email protected]>
AuthorDate: Sun Oct 11 09:48:46 2020 +0200

    RAT-275: Update to latest available doxia-core, does not fix httpclient 
problem yet
---
 apache-rat-plugin/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index 594b3a1..10b3273 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -34,7 +34,7 @@
   </prerequisites>
   <properties>
     <currentVersion>${project.version}</currentVersion>
-    <doxiaVersion>1.6</doxiaVersion>
+    <doxiaVersion>1.9.1</doxiaVersion>
     <doxiaSitetoolsVersion>1.6</doxiaSitetoolsVersion>
   </properties>
   <build>
@@ -218,6 +218,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
+      <artifactId>doxia-module-xhtml</artifactId>
+      <version>${doxiaVersion}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
       <version>${doxiaVersion}</version>
     </dependency>

Reply via email to