Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 15, 2018
1 parent ad31bb4 commit acc13bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<htmlunit-driver.version>2.33.2</htmlunit-driver.version>
<htmlunit.version>2.33</htmlunit.version>
<webdrivermanager.version>3.0.0</webdrivermanager.version>
<jarchivelib.version>0.8.0</jarchivelib.version>
<jarchivelib.version>1.0.0</jarchivelib.version>

<jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version>
<jacoco.exclude>org/joinfaces/example/JoinFacesExampleApplication.class</jacoco.exclude>
Expand All @@ -54,12 +54,12 @@
<pmd.dir>${check.dir}/pmd</pmd.dir>

<pmd.ruleset>${pmd.dir}/pmd-ruleset.xml</pmd.ruleset>
<cpd.excludeFromFailureFile />
<cpd.excludeFromFailureFile/>
<pmd.excludeFromFailureFile>${check.dir}/pmd/pmd-exclude.properties</pmd.excludeFromFailureFile>
<checkstyle.configLocation>${checkstyle.dir}/checkstyle.xml</checkstyle.configLocation>
<checkstyle.suppressionsLocation>${checkstyle.dir}/checkstyle-suppressions.xml</checkstyle.suppressionsLocation>
<checkstyle.headerLocation>${checkstyle.dir}/checkstyle-header.txt</checkstyle.headerLocation>
<checkstyle.excludes />
<checkstyle.excludes/>
<duplicate-finder-maven-plugin.version>1.3.0</duplicate-finder-maven-plugin.version>
<duplicate.ignoredResourcePattern>about.html</duplicate.ignoredResourcePattern>
<duplicate.ignoredClassPattern>META-INF.versions.9.module-info</duplicate.ignoredClassPattern>
Expand Down Expand Up @@ -496,7 +496,7 @@
<phase>test</phase>
<configuration>
<rules>
<NoPackageCyclesRule implementation="de.andrena.tools.nopackagecycles.NoPackageCyclesRule" />
<NoPackageCyclesRule implementation="de.andrena.tools.nopackagecycles.NoPackageCyclesRule"/>
</rules>
<includeTests>true</includeTests>
</configuration>
Expand Down

0 comments on commit acc13bf

Please sign in to comment.