Browse Source

no message

FengChaoYu 3 weeks ago
parent
commit
6dda9e95b7
1 changed files with 5 additions and 0 deletions
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -288,6 +288,11 @@
                         <artifactId>commons-lang</artifactId>
                         <version>2.6</version>
                     </dependency>
+                    <dependency>
+                        <groupId>mysql</groupId>
+                        <artifactId>mysql-connector-java</artifactId>
+                        <version>${mysql.version}</version>
+                    </dependency>
                 </dependencies>
             </plugin>
         </plugins>