diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-01 13:23:28 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-01 13:23:28 -0400 |
commit | 0bfc23914498478edf888b4f2627af039b8bc0a1 (patch) | |
tree | 25145bd82fd1acffd137342d4707a41a0ee3a1c1 | |
parent | b2ad2dd297a7bc2bf1a84cd452076a7edbd7d1e6 (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.xml | 5 |
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> --> |