Skip to content

Commit

Permalink
🔧 Add check for duplicate dependencies for #9
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Dec 31, 2024
1 parent d52f26b commit b914062
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,17 @@
</rules>
</configuration>
</execution>
<execution>
<id>ban-duplicate-dependencies</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<banDuplicatePomDependencyVersions/>
</rules>
</configuration>
</execution>
</executions>
</plugin>

Expand Down

0 comments on commit b914062

Please sign in to comment.