Skip to content

Commit 4a7d727

Browse files
committed
Clean up SLF4J dependency
1 parent fd0f304 commit 4a7d727

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,11 @@
7373
<version>6.0.0</version>
7474
<scope>provided</scope>
7575
</dependency>
76-
<dependency>
77-
<groupId>org.slf4j</groupId>
78-
<artifactId>slf4j-api</artifactId>
79-
<version>1.7.20</version>
80-
<scope>provided</scope>
81-
</dependency>
8276
<!-- TEST -->
8377
<dependency>
8478
<groupId>org.slf4j</groupId>
8579
<artifactId>slf4j-simple</artifactId>
86-
<version>1.7.20</version>
80+
<version>1.7.25</version>
8781
<scope>test</scope>
8882
</dependency>
8983
<dependency>

0 commit comments

Comments
 (0)