NIFI-10588 Added banDuplicatePomDependencyVersions to Enforcer Rules

This closes #6418

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
SaumyaGurtu 2022-09-14 17:07:16 +05:30 committed by exceptionfactory
parent 5e1e7e163e
commit 6a12e8b602
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA

View File

@ -890,6 +890,7 @@
</goals>
<configuration>
<rules>
<banDuplicatePomDependencyVersions/>
<requireSameVersions>
<plugins>
<plugin>org.apache.maven.plugins:maven-surefire-plugin</plugin>