summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index de5b85ad..26a040cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,6 @@
<logback.version>1.2.3</logback.version>
<junit.version>4.12</junit.version>
<eclipselink.version>2.7.0</eclipselink.version>
- <mariadb.jdbc.version>2.1.0</mariadb.jdbc.version>
<hibernate.core.version>5.2.10.Final</hibernate.core.version>
<hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version>
<commons.io.version>2.5</commons.io.version>
@@ -192,11 +191,6 @@
<version>${eclipselink.version}</version>
</dependency>
<dependency>
- <groupId>org.mariadb.jdbc</groupId>
- <artifactId>mariadb-java-client</artifactId>
- <version>${mariadb.jdbc.version}</version>
- </dependency>
- <dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.core.version}</version>