Skip to content

Commit

Permalink
[pom] Update comments in dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jan 20, 2025
1 parent 11a0a79 commit b775cad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,21 +258,25 @@

<dependencyManagement>
<dependencies>
<!-- bom control -->
<!-- Ensure we use latest version regardless of spotbugs version -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-bom</artifactId>
<version>${asm.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Ensure we use latest version regardless of spotbugs version -->
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-bom</artifactId>
<version>${groovyVersion}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Ensure we use latest version regardless of spotbugs version -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-bom</artifactId>
Expand All @@ -281,7 +285,7 @@
<scope>import</scope>
</dependency>

<!-- individual control -->
<!-- Ensure we use latest version regardless of spotbugs version -->
<dependency>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
Expand Down

0 comments on commit b775cad

Please sign in to comment.