Skip to content

Commit

Permalink
Add MySQL dependency to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
morungos committed Oct 24, 2011
1 parent 4f1ebe9 commit 5f93362
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,13 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.18</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>

<dependencyManagement>
Expand Down

0 comments on commit 5f93362

Please sign in to comment.