Commit 69d4efef1b316f01ade8cef90981ff6b9a4562ec
1 parent
aa95b480
1.mysql驱动变更
Showing
1 changed file
with
3 additions
and
0 deletions
pom.xml
| ... | ... | @@ -60,6 +60,7 @@ |
| 60 | 60 | <dependency> |
| 61 | 61 | <groupId>mysql</groupId> |
| 62 | 62 | <artifactId>mysql-connector-java</artifactId> |
| 63 | + <version>5.1.49</version> | |
| 63 | 64 | </dependency> |
| 64 | 65 | |
| 65 | 66 | <dependency> |
| ... | ... | @@ -314,6 +315,7 @@ |
| 314 | 315 | <plugins> |
| 315 | 316 | <plugin> |
| 316 | 317 | <artifactId>maven-compiler-plugin</artifactId> |
| 318 | + <version>2.3.2</version><!--$NO-MVN-MAN-VER$ --> | |
| 317 | 319 | <configuration> |
| 318 | 320 | <source>1.7</source> |
| 319 | 321 | <target>1.7</target> |
| ... | ... | @@ -321,6 +323,7 @@ |
| 321 | 323 | </plugin> |
| 322 | 324 | <plugin> |
| 323 | 325 | <artifactId>maven-war-plugin</artifactId> |
| 326 | + <version>2.2</version><!--$NO-MVN-MAN-VER$ --> | |
| 324 | 327 | <configuration> |
| 325 | 328 | <failOnMissingWebXml>false</failOnMissingWebXml> |
| 326 | 329 | </configuration> | ... | ... |