Skip to content

Commit 3adf5fd

Browse files
Fix for issue #31: Do not specify the SLF4J bindings. (#32)
1 parent 40a00aa commit 3adf5fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rai-sdk/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
</dependency>
5959
<dependency>
6060
<groupId>org.slf4j</groupId>
61-
<artifactId>slf4j-simple</artifactId>
62-
<version>1.7.25</version>
61+
<artifactId>slf4j-api</artifactId>
62+
<version>1.7.36</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)