summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2018-11-01 13:23:28 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2018-11-01 13:23:28 -0400
commit0bfc23914498478edf888b4f2627af039b8bc0a1 (patch)
tree25145bd82fd1acffd137342d4707a41a0ee3a1c1
parentb2ad2dd297a7bc2bf1a84cd452076a7edbd7d1e6 (diff)
Remove mysql-connector dependency
Removed runtime mysql-connector dependency to resolve license issue. Mysql-connector cannot be distributed within ONAP since it is licensed under GPL. Change-Id: I302bbe8eaebf6189acd5ba4ee6fdecb172a7f306 Issue-ID: CCSDK-645 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 7b99b223a259dbf0505063b37ad3a08bca116f34
-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 c3ec2bc7..bc1e6f7b 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> -->