diff options
author | Gao Weitao <victor.gao@huawei.com> | 2018-04-11 01:21:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-11 01:21:30 +0000 |
commit | 21ebc6f7aaae92f12bf7e44eef417ae14961be0c (patch) | |
tree | 5d948b910da60a5fc0fb7064982e4b04e4d9f988 /service | |
parent | cf6ac5d460265f3d382474e1987ce116f2590114 (diff) | |
parent | b8803611c5f3cc74fdfb0b6fa0919cbd9072aca3 (diff) |
Merge "Remove mysql from pom.xml"
Diffstat (limited to 'service')
-rw-r--r-- | service/pom.xml | 2 |
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>
|