diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-04-24 17:46:11 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-04-24 17:46:24 +0800 |
commit | f349e3e33689d31b6e775faa1443269c46723db9 (patch) | |
tree | c3b21e6eeebd378048b10f78e5d5e3bd16ade398 /pom.xml | |
parent | 4d7057056e30d3f00ec89cbb58f46b8463238fd4 (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.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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> |