Removed log4j from compile scope

This commit is contained in:
Fabio Sinibaldi 2020-10-06 18:28:10 +02:00
parent bd1611c02e
commit 2ee7a20dd9
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -46,6 +46,12 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>uri-resolver-manager</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
@ -105,12 +111,6 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>