Skip to content

Commit

Permalink
downgrade mysql version to fix startup error
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed May 18, 2016
1 parent fae4343 commit 0be95c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -180,7 +180,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>6.0.2</version>
<version>5.1.39</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 0be95c8

Please sign in to comment.