Skip to content

Commit

Permalink
Add mysql dependency to Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyragon committed Apr 11, 2017
1 parent 42cad54 commit af12507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Binary file removed library/mysql.jar
Binary file not shown.
6 changes: 2 additions & 4 deletions pom.xml
Expand Up @@ -62,10 +62,8 @@
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>com.mysql</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/library/mysql.jar</systemPath>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.17</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
Expand Down

0 comments on commit af12507

Please sign in to comment.