Dependency libs are *all* provided

This commit is contained in:
Mauro Mugnaini 2020-06-25 12:33:52 +02:00
parent a0c543e31b
commit 0e76d41afd
1 changed files with 2 additions and 2 deletions

View File

@ -114,12 +114,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>runtime</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>runtime</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>