pom.xml: drop unneeded logging dependencies
pom.xml specifies a dependency on slf4j (the Simple Logging Facade for Java) and its ancient log4j backend (slf4j-log4j12), but we don't actually use it the scylla-jmx project - we use the standard java.util.logging. So let's drop the unnecessary (and these log4shell days, scary) dependencies. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20211213083055.1383507-1-nyh@scylladb.com>
This commit is contained in:
parent
2c43d99aa5
commit
53f7f55e8c
15
pom.xml
15
pom.xml
@ -27,21 +27,6 @@
|
||||
<artifactId>scylla-apiclient</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>1.7.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
<version>1.6.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
<version>1.7.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user