|
@@ -93,10 +93,6 @@
|
|
|
<groupId>commons-io</groupId>
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
</exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>mysql</groupId>
|
|
|
- <artifactId>mysql-connector-java</artifactId>
|
|
|
- </exclusion>
|
|
|
<!-- fix conflicted jars end -->
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
@@ -112,11 +108,6 @@
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>mysql</groupId>
|
|
|
- <artifactId>mysql-connector-java</artifactId>
|
|
|
- <version>6.0.6</version>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-lang</groupId>
|
|
|
<artifactId>commons-lang</artifactId>
|