Skip to content

Commit

Permalink
Add new banDynamicVersions enforcer rule to pom.xml (#19516)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Jun 5, 2024
1 parent 7e0e8e1 commit be2d686
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,13 @@
</excludes>
</bannedDependencies>
<banDuplicatePomDependencyVersions/>
<banDynamicVersions>
<ignores>
<ignore>org.graylog2</ignore>
<ignore>org.graylog</ignore>
<ignore>org.graylog.plugins</ignore>
</ignores>
</banDynamicVersions>
<requireMavenVersion>
<!-- Enforce the same version we define in the maven wrapper -->
<version>[3.9.6]</version>
Expand Down

0 comments on commit be2d686

Please sign in to comment.