summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluxin <luxin7@huawei.com>2018-04-09 14:48:12 +0800
committerluxin <luxin7@huawei.com>2018-04-09 14:48:12 +0800
commitb8803611c5f3cc74fdfb0b6fa0919cbd9072aca3 (patch)
treefca5d128eeb06eeeac5aad47524bd39334970ac0
parent0630017de6056f6f022c46d59eb251788e7e02e6 (diff)
Remove mysql from pom.xml
Change-Id: Ic17d228351643bde35d8f0278497cd2629f717c2 Issue-ID: VFC-644 Signed-off-by: luxin <luxin7@huawei.com>
-rw-r--r--service/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/service/pom.xml b/service/pom.xml
index eabad41..8a439d1 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -81,11 +81,13 @@
<artifactId>jetty-all</artifactId>
<version>8.1.16.v20140903</version>
</dependency>
+ <!--
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.36</version>
</dependency>
+ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>