]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4671 Upgrade MySQL driver to 5.1.26
authorSimon Brandhof <simon.brandhof@gmail.com>
Thu, 12 Sep 2013 10:01:45 +0000 (12:01 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Thu, 12 Sep 2013 10:01:45 +0000 (12:01 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 50a60e66aecdcffae9f1edceff67cdea83b8b142..4f14ac8a5206ce1b2ebcd546fd89ce1aa279dead 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>mysql</groupId>
         <artifactId>mysql-connector-java</artifactId>
-        <version>5.1.24</version>
+        <version>5.1.26</version>
       </dependency>
       <dependency>
         <groupId>postgresql</groupId>
       <dependency>
         <groupId>com.akiban</groupId>
         <artifactId>akiban-persistit</artifactId>
+        <!-- do not use 3.3.0. It was build only for Java 7. Waiting for 3.3.1 to be deployed in central repo -->
         <version>3.2.7</version>
         <exclusions>
           <exclusion>