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/features | |
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/features')
-rwxr-xr-x | dblib/features/src/main/resources/features.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dblib/features/src/main/resources/features.xml b/dblib/features/src/main/resources/features.xml index 36d79413..aa31db75 100755 --- a/dblib/features/src/main/resources/features.xml +++ b/dblib/features/src/main/resources/features.xml @@ -12,7 +12,7 @@ <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> <bundle>wrap:mvn:org.apache.tomcat/tomcat-jdbc/${tomcat-jdbc.version}/$DynamicImport-Package=org.mariadb.*&overwrite=merge</bundle> <bundle>mvn:org.onap.ccsdk.sli.core/dblib-provider/${project.version}</bundle> - <bundle>mvn:org/mariadb/jdbc/mariadb-java-client/${mariadb.connector.version}</bundle> + <bundle>mvn:org.mariadb.jdbc/mariadb-java-client/${mariadb.connector.version}</bundle> </feature> </features> |