Skip to content

Commit

Permalink
fix plexus-utils version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasrutishauser committed Nov 26, 2017
1 parent e32f311 commit ea98c10
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.24</version>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit ea98c10

Please sign in to comment.