We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0bb53 commit b81f88bCopy full SHA for b81f88b
pom.xml
@@ -75,6 +75,7 @@
75
<javax-mail.version>1.5.4</javax-mail.version>
76
<jetty.version>9.2.11.v20150529</jetty.version>
77
<h2.version>1.4.191</h2.version>
78
+ <mysql.version>5.1.38</mysql.version>
79
<slf4j.version>1.7.19</slf4j.version>
80
<spock.version>1.0-groovy-2.0</spock.version>
81
<spring-data-releasetrain.version>Dijkstra-SR4</spring-data-releasetrain.version>
@@ -439,6 +440,7 @@
439
440
<dependency>
441
<groupId>mysql</groupId>
442
<artifactId>mysql-connector-java</artifactId>
443
+ <version>${mysql.version}</version>
444
<scope>runtime</scope>
445
</dependency>
446
0 commit comments