Remove mysql-connector dependency 54/71654/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 1 Nov 2018 17:23:28 +0000 (13:23 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 1 Nov 2018 17:23:28 +0000 (13:23 -0400)
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

SdncReports/SdncReportsDao/pom.xml

index c3ec2bc..bc1e6f7 100644 (file)
 
                </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> -->