Commit c1b3d48c by linxu

升级mysql connector版本

parent be9763ef
......@@ -131,7 +131,7 @@
<dependency>
<groupId>com.keymobile.auth</groupId>
<artifactId>security</artifactId>
<version>3.0.12-release</version>
<version>3.0.10-release</version>
</dependency>
<dependency>
......@@ -157,6 +157,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.29</version>
</dependency>
</dependencies>
</dependencyManagement>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment