mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Use latest plexus-utils to avoid recursion bug?
git-svn-id: https://zxing.googlecode.com/svn/trunk@2940 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
8d846457e0
commit
fc705e85b2
7
pom.xml
7
pom.xml
|
@ -200,6 +200,13 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>2.4.2</version>
|
<version>2.4.2</version>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
|
<artifactId>plexus-utils</artifactId>
|
||||||
|
<version>3.0.15</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
|
Loading…
Reference in a new issue