aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Stilwell <stilwelld@att.com>2018-11-01 20:03:14 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-01 20:03:14 +0000
commit19328f96d1af31e11590c8931118888db56a59a1 (patch)
tree9c76c2bc7a82e730b14edab60baaf99ba50eb0e8
parentbc265458adb8189cff56662fca6b543ffde8b750 (diff)
parent3dad4fe28d9f46d653ddccf9b8bc87dba54f5a1a (diff)
Merge "Remove mysql-connector dependency"
Former-commit-id: cc5cff3646bbbaeb136c057cb401b1014d5bba49
-rw-r--r--SdncReports/SdncReportsDao/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/SdncReports/SdncReportsDao/pom.xml b/SdncReports/SdncReportsDao/pom.xml
index 3a93e39b..776c496b 100644
--- a/SdncReports/SdncReportsDao/pom.xml
+++ b/SdncReports/SdncReportsDao/pom.xml
@@ -40,11 +40,6 @@
</dependency>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <scope>runtime</scope>
- </dependency>
<!-- <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope> </dependency> -->