mirror of https://github.com/apache/maven.git
Bumped version for reporting-impl since that version correctly excludes
plexus-utils. The group renaming adds both 1.0.2 (old groupId) and 1.0.4 (new groupId) to the compilation classpath, which makes this build fail. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee902a1c34
commit
f8608fce7d
|
@ -51,7 +51,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.maven.reporting</groupId>
|
||||
<artifactId>maven-reporting-impl</artifactId>
|
||||
<version>2.0</version>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>antlr</groupId>
|
||||
|
@ -68,4 +68,4 @@
|
|||
<version>3.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue