Skip to content

Commit ea5a4a7

Browse files
committed
Revert SLF4J version - negatively impacts compatibility across JDK versions (1.8+ requirement)
1 parent d98397e commit ea5a4a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
8484
<dependency>
8585
<groupId>org.slf4j</groupId>
8686
<artifactId>slf4j-api</artifactId>
87-
<version>2.0.7</version>
87+
<version>1.8.0-beta4</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.slf4j</groupId>
9191
<artifactId>slf4j-simple</artifactId>
9292
<version>2.0.7</version>
93-
<scope>runtime</scope>
93+
<scope>1.8.0-beta4</scope>
9494
</dependency>
9595
<dependency>
9696
<groupId>junit</groupId>

0 commit comments

Comments
 (0)