Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Removed MySQL as a dependency due to its questionable license.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotStart committed May 19, 2016
1 parent fecff9f commit c5a15ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
Expand Down

0 comments on commit c5a15ef

Please sign in to comment.