Skip to content

Commit

Permalink
deps: remove unnecessary MySQL dependency (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored and chingor13 committed Jan 14, 2020
1 parent 691ad32 commit 14736ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Expand Up @@ -231,11 +231,6 @@
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.19</version>
</dependency>
<dependency>
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
Expand Down

0 comments on commit 14736ca

Please sign in to comment.