POM
parent
992a57d864
commit
556c7dc38c
14
pom.xml
14
pom.xml
|
@ -323,13 +323,13 @@
|
||||||
<version>${druid.version}</version>
|
<version>${druid.version}</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- mysql -->
|
<!-- mysql 合规要求需自己启用-->
|
||||||
<dependency>
|
<!-- <dependency>-->
|
||||||
<groupId>mysql</groupId>
|
<!-- <groupId>mysql</groupId>-->
|
||||||
<artifactId>mysql-connector-java</artifactId>
|
<!-- <artifactId>mysql-connector-java</artifactId>-->
|
||||||
<version>${mysql.version}</version>
|
<!-- <version>${mysql.version}</version>-->
|
||||||
<scope>runtime</scope>
|
<!-- <scope>runtime</scope>-->
|
||||||
</dependency>
|
<!-- </dependency>-->
|
||||||
|
|
||||||
<!-- <dependency>-->
|
<!-- <dependency>-->
|
||||||
<!-- <groupId>org.mariadb.jdbc</groupId>-->
|
<!-- <groupId>org.mariadb.jdbc</groupId>-->
|
||||||
|
|
Loading…
Reference in New Issue