Skip to content

Commit

Permalink
remove local test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrproliu committed Oct 9, 2019
1 parent f4122ae commit 500e3f4
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
<artifactId>library-client</artifactId>
<version>${project.version}</version>
</dependency>
<!--<dependency>-->
<!--<groupId>com.h2database</groupId>-->
<!--<artifactId>h2</artifactId>-->
<!--</dependency>-->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.13</version>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<!--<dependency>-->
<!--<groupId>mysql</groupId>-->
<!--<artifactId>mysql-connector-java</artifactId>-->
<!--<version>8.0.13</version>-->
<!--</dependency>-->
</dependencies>

</project>

0 comments on commit 500e3f4

Please sign in to comment.