summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2018-04-24 17:46:11 +0800
committerzhangab <zhanganbing@chinamobile.com>2018-04-24 17:46:24 +0800
commitf349e3e33689d31b6e775faa1443269c46723db9 (patch)
treec3b21e6eeebd378048b10f78e5d5e3bd16ade398 /pom.xml
parent4d7057056e30d3f00ec89cbb58f46b8463238fd4 (diff)
change mysql connector to MariaDB
Change-Id: I247b244a13f03b7a1f402fff391431d8febc36a7 Issue-ID: USECASEUI-108 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index bbe37467..71741406 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,10 +88,15 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<scope>runtime</scope>
+ </dependency-->
+ <dependency>
+ <groupId>org.mariadb.jdbc</groupId>
+ <artifactId>mariadb-java-client</artifactId>
+ <version>2.2.2</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>