Skip to content

Commit

Permalink
0001665: Upgrade JDBC drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Apr 21, 2014
1 parent 2ac235e commit 8f4c561
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions symmetric-server/pom.xml
Expand Up @@ -231,12 +231,12 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jumpmind.symmetric.jdbc</groupId>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jumpmind.symmetric.jdbc</groupId>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>provided</scope>
</dependency>
Expand All @@ -257,8 +257,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jumpmind.symmetric.jdbc</groupId>
<artifactId>xerial-sqlite</artifactId>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8f4c561

Please sign in to comment.