Skip to content

Commit

Permalink
Without this, I'm getting errors running the report (see issue mojoha…
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Digulla committed Jan 25, 2019
1 parent b37073f commit 94d94be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

<processorVersion>1.3</processorVersion>

<doxiaVersion>1.5</doxiaVersion>
<doxiaVersion>1.6</doxiaVersion>
<it.debug>true</it.debug>

<version.httpcomponents.httpclient>4.5.4</version.httpcomponents.httpclient>
Expand Down Expand Up @@ -151,7 +151,6 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -214,7 +213,7 @@
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-site-renderer</artifactId>
<version>1.4</version>
<version>${doxiaVersion}</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 94d94be

Please sign in to comment.