Include all the mysql!
This commit is contained in:
parent
6333f3bbb6
commit
e80c0de92b
@ -29,6 +29,11 @@
|
||||
<artifactId>bungeecord-api</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>5.1.22</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
@ -75,6 +80,13 @@
|
||||
<exclude>**/*.DSA</exclude>
|
||||
</excludes>
|
||||
</filter>
|
||||
<!-- Don't allow the main MySQL class to be removed -->
|
||||
<filter>
|
||||
<artifact>mysql:mysql-connector-java</artifact>
|
||||
<includes>
|
||||
<include>com.mysql.jdbc.Driver</include>
|
||||
</includes>
|
||||
</filter>
|
||||
</filters>
|
||||
<minimizeJar>true</minimizeJar>
|
||||
</configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user