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 /sliPluginUtils/features/src/main/resources/features.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 'sliPluginUtils/features/src/main/resources/features.xml')
-rw-r--r-- | sliPluginUtils/features/src/main/resources/features.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sliPluginUtils/features/src/main/resources/features.xml b/sliPluginUtils/features/src/main/resources/features.xml index e8d0d3cc2..f59cea423 100644 --- a/sliPluginUtils/features/src/main/resources/features.xml +++ b/sliPluginUtils/features/src/main/resources/features.xml @@ -9,9 +9,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -33,7 +33,6 @@ <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> <feature>sdnc-sli</feature> <bundle>mvn:org.onap.ccsdk.sli.core/sliPluginUtils-provider/${project.version}</bundle> - <bundle>mvn:mysql/mysql-connector-java/${mysql.connector.version}</bundle> </feature> </features> |