Skip to content

Commit

Permalink
Update maven-plugin-api and remove workaround for codehaus-plexus/ple…
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Apr 3, 2018
1 parent 19cd203 commit 4d95c26
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,22 +219,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.5.2</version>

<!-- Work around vulnerability codehaus-plexus/plexus-utils#4 -->
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Work around vulnerability codehaus-plexus/plexus-utils#4 -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.1.0</version>
<version>3.5.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 4d95c26

Please # to comment.