Picnic-Bot
2023-08-25 22:23:19 +02:00
committed by GitHub
parent be818486bd
commit 9c158f11d4

14
pom.xml
View File

@@ -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>
@@ -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>