Update artifacts, add slf4j dep, remove redundant log line
This commit is contained in:
parent
eafa130b7c
commit
e253cda6f9
3 changed files with 49 additions and 41 deletions
6
pom.xml
6
pom.xml
|
|
@ -66,5 +66,11 @@
|
|||
<artifactId>protobuf-java</artifactId>
|
||||
<version>4.28.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-reload4j</artifactId>
|
||||
<version>2.1.0-alpha1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue