Skip to content

Commit

Permalink
Removed unused dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed Feb 4, 2024
1 parent b60443a commit 0d124d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,6 @@
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
<resetJUL>true</resetJUL>
</contextListener>

<!-- To enable JMX Management (also prints additional logback initializing info)-->
<jmxConfigurator/>

<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d %-5level [%thread] %logger{25} - %msg%n</pattern>
Expand Down

0 comments on commit 0d124d1

Please sign in to comment.