Skip to content

Commit

Permalink
chore: Add dependency convergence check (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: Romuald Rousseau <[email protected]>
  • Loading branch information
RomualdRousseau and Romuald Rousseau authored Nov 14, 2024
1 parent cc05b01 commit 9c220ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@
<requireJavaVersion>
<version>${java.version}</version>
</requireJavaVersion>
<dependencyConvergence>
<uniqueVersions>false</uniqueVersions>
<excludes>
<exclude>nl.fountain:xelem</exclude>
</excludes>
</dependencyConvergence>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 9c220ae

Please sign in to comment.