[MPLUGIN-104] Bumping the maven-reporting-impl dependency to the fixed version of 2.0.4, which avoids the NoSuchMethodError in AbstractMavenReport when attempting to use the Renderer implementation to create a new sink (method was removed after -alpha-7 of doxia, from what I can tell).
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@639778 13f79535-47bb-0310-9956-ffa450edef68master
parent
45e62d4c76
commit
300e4c0c14
|
|
@ -113,7 +113,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.reporting</groupId>
|
<groupId>org.apache.maven.reporting</groupId>
|
||||||
<artifactId>maven-reporting-impl</artifactId>
|
<artifactId>maven-reporting-impl</artifactId>
|
||||||
<version>2.0.4</version>
|
<version>2.0.4.1-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.reporting</groupId>
|
<groupId>org.apache.maven.reporting</groupId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue