Skip to content

Commit

Permalink
Use SLF4J BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 14, 2024
1 parent 98c4922 commit 49616d2
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,20 @@
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.testRelease>11</maven.compiler.testRelease>
<micrometer.version>1.13.2</micrometer.version>
<slf4j.version>2.0.15</slf4j.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-bom</artifactId>
<version>2.0.16</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<!--
These dependencies need to be explicitly defined so that they make
Expand Down Expand Up @@ -55,15 +66,9 @@
<artifactId>remoting</artifactId>
<version>3261.v9c670a_4748a_9</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand Down

0 comments on commit 49616d2

Please sign in to comment.