Skip to content

Commit

Permalink
Upgrade maven-enforcer-plugin 3.3.0 -> 3.4.0 (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
Picnic-Bot authored Aug 25, 2023
1 parent be81848 commit 9c158f1
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
<configuration>
<fail>false</fail>
<rules>
Expand Down Expand Up @@ -1015,19 +1015,9 @@
</banDuplicateClasses>
<banDuplicatePomDependencyVersions />
<banDynamicVersions>
<!-- XXX: Drop this once the `ignores` section
below works as expected. -->
<allowSnapshots>true</allowSnapshots>
<!-- XXX: It shouldn't be necessary to specify
an empty `excludedScopes` parameter, but
without this an NPE results. See
https://issues.apache.org/jira/browse/MENFORCER-481. -->
<excludedScopes />
<!-- XXX: This doesn't work. See
https://issues.apache.org/jira/browse/MENFORCER-480.
<ignores>
<ignore>${project.groupId}</ignore>
</ignores> -->
</ignores>
</banDynamicVersions>
<dependencyConvergence />
<enforceBytecodeVersion>
Expand Down

0 comments on commit 9c158f1

Please sign in to comment.