Skip to content

Commit

Permalink
Updated to exclude jsoup to avoid vulnerability CVE-2015-6758
Browse files Browse the repository at this point in the history
Signed-off-by: chdavid <chdavid@ca.ibm.com>
  • Loading branch information
Channyboy authored and jmartisk committed Aug 23, 2019
1 parent 5f01c3e commit 9e1fa46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tck/rest/pom.xml
Expand Up @@ -81,6 +81,12 @@
<artifactId>shrinkwrap-resolver-impl-maven</artifactId>
<version>${version.shrinkwrap}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 9e1fa46

Please sign in to comment.