Skip to content

Commit

Permalink
Work around vulnerability codehaus-plexus/plexus-utils#4
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Jan 3, 2018
1 parent 198f31b commit f8f4020
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,23 @@
<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>
</dependency>

<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
Expand Down

0 comments on commit f8f4020

Please # to comment.