Skip to content

Commit

Permalink
chore: Update dependency vulnerability audit
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood committed May 29, 2019
1 parent f0bad3f commit a8170bf
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pom.xml
Expand Up @@ -605,16 +605,22 @@
</executions>
</plugin>
<plugin>
<groupId>net.ossindex</groupId>
<groupId>org.sonatype.ossindex.maven</groupId>
<artifactId>ossindex-maven-plugin</artifactId>
<version>2.3.7</version>
<version>3.0.4</version>
<configuration>
<failOnError>true</failOnError>
<!-- List packages with vulnerabilities to ignore. -->
<!-- Include an issue in GitHub for each ignored package -->
<!-- documenting why the vulnerability is ignored. -->
<!-- jython 2.7.0: https://github.com/JMRI/JMRI/issues/3712 -->
<ignore>org.python:jython-standalone:2.7.0</ignore>
<excludeCoordinates>
<exclude>
<!-- jython 2.7.0: https://github.com/JMRI/JMRI/issues/3712 -->
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.7.0</version>
</exclude>
</excludeCoordinates>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit a8170bf

Please sign in to comment.