Remove mysql-connector dependency
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 1 Nov 2018 17:23:28 +0000 (13:23 -0400)
committerDan Timoney <dtimoney@att.com>
Thu, 1 Nov 2018 17:24:27 +0000 (17:24 +0000)
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>
SdncReports/SdncReportsDao/pom.xml

index 3a93e39..776c496 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> -->