fixing deps

This commit is contained in:
Fabio Sinibaldi 2021-02-18 11:12:27 +01:00
parent 021d53ad83
commit 1e56b5deda
3 changed files with 2 additions and 10 deletions

Binary file not shown.

BIN
sdi-library/.DS_Store vendored

Binary file not shown.

View File

@ -63,11 +63,7 @@
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-multipart</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<!-- TEST -->
@ -82,11 +78,7 @@
<!-- Test log binding -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
</dependencies>