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
 
                </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> -->