Exclude redundant jars from database and gdata extensions

This commit is contained in:
Antonin Delpeuch 2018-09-22 18:04:02 +01:00
parent efddca61af
commit f094c7e23a
2 changed files with 12 additions and 0 deletions

View File

@ -152,6 +152,12 @@
<artifactId>mariadb-java-client</artifactId>
<version>2.2.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>

View File

@ -151,6 +151,12 @@
<artifactId>google-api-services-sheets</artifactId>
<version>v4-rev502-1.23.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>