Skip to content

Commit

Permalink
slf4j dependency was removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii0lomakin committed Feb 7, 2024
1 parent 72583cc commit 41c9347
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
11 changes: 0 additions & 11 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,17 +277,6 @@
<artifactId>jnr-posix</artifactId>
<version>3.1.15</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.11</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>2.0.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
<artifactId>concurrentlinkedhashmap-lru</artifactId>
Expand Down
8 changes: 0 additions & 8 deletions distributed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,6 @@
<scope>test</scope>
</dependency>
<!-- Required by the Kubernetes java client -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.6</version>
<scope>test</scope>
</dependency>


</dependencies>

<build>
Expand Down

0 comments on commit 41c9347

Please sign in to comment.