Fix text dependencies being shaded

This commit is contained in:
Luck 2017-08-17 10:12:08 +02:00
parent 909844aef5
commit 76b203ad10
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -41,6 +41,20 @@
<artifactId>text</artifactId>
<version>1.11-SNAPSHOT</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- HikariCP -->
<dependency>