Skip to content

Commit

Permalink
Merge branch 'master' into speech-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gguuss authored Jul 19, 2017
2 parents e5aaf71 + 09d36c1 commit 3371a79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appengine-java8/cloudsql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,10 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.42</version> <!-- v5.x.x is for production, v6.x.x EAP X DevAPI -->
<!--<version>6.0.6</version>-->
</dependency>
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>mysql-socket-factory</artifactId>
<artifactId>mysql-socket-factory</artifactId> <!-- mysql-socket-factory-connector-j-6 if using 6.x.x -->
<version>1.0.3</version>
</dependency>
<!-- [END dependencies] -->
Expand Down

0 comments on commit 3371a79

Please sign in to comment.