diff options
author | Dan Timoney <dtimoney@att.com> | 2017-09-19 17:33:48 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-09-19 17:33:52 -0400 |
commit | 5469072378877daa9e9d709fa0f49bacc04e3e1d (patch) | |
tree | 887ba08d883c1c61bb4543ec420e566450560257 /dblib/provider/pom.xml | |
parent | bf1341964ef9dd831992e4187eb09059abb3c8ba (diff) |
Remove mysql dependencies in sli/core
Remove lingering mysql dependencies in sli/core, which prevented odlsli
container from starting up clean. Note: tested this using bareodl container
and verified that these changes install clean AFTER changing incorrect
driver property name in dblib.properties. This patch is fine, but a second
patch to ccsdk/distribution is needed to fix that property file.
Change-Id: I6a900d1c29998867bfbae29d5e113c4e392a8bb9
Issue-ID: CCSDK-95
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dblib/provider/pom.xml')
-rwxr-xr-x | dblib/provider/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dblib/provider/pom.xml b/dblib/provider/pom.xml index 765f7379..8ff10941 100755 --- a/dblib/provider/pom.xml +++ b/dblib/provider/pom.xml @@ -42,11 +42,6 @@ <version>${slf4j.version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> - <version>${mysql.connector.version}</version> - </dependency> <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> |