Skip to content

Commit

Permalink
Eliminate redundant property (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 14, 2024
1 parent ceb1075 commit 9eebb11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<!-- TODO until a critical mass has migrated to Java 17 -->
<maven.compiler.release>11</maven.compiler.release>
<picocli.version>4.7.6</picocli.version>
<slf4j.version>2.0.13</slf4j.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotless.check.skip>false</spotless.check.skip>
<argLine />
Expand All @@ -41,7 +40,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-bom</artifactId>
<version>${slf4j.version}</version>
<version>2.0.16</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -103,7 +102,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 9eebb11

Please sign in to comment.