aboutsummaryrefslogtreecommitdiffstats
path: root/resource-assignment/provider/src
diff options
context:
space:
mode:
authorMarcus Williams <marcus.williams@intel.com>2017-09-07 16:56:47 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-07 16:56:47 +0000
commit4e85d4dd2ac2cc0ab65363527b9a0cebf079eb95 (patch)
tree69846230bff14e7a2e87550f8ac3b77e036b1d9c /resource-assignment/provider/src
parentc3861f3219196626e9b6caffdbd0be6a96ffaf8e (diff)
parenta54af3e7b27bc15d051064ba7990121ac7d27eea (diff)
Merge "Fix resource-assignment dependencies"
Diffstat (limited to 'resource-assignment/provider/src')
-rw-r--r--resource-assignment/provider/src/main/resources/META-INF/spring/resource-assignment-osgi-context.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/resource-assignment/provider/src/main/resources/META-INF/spring/resource-assignment-osgi-context.xml b/resource-assignment/provider/src/main/resources/META-INF/spring/resource-assignment-osgi-context.xml
index 7fe54437..be22d876 100644
--- a/resource-assignment/provider/src/main/resources/META-INF/spring/resource-assignment-osgi-context.xml
+++ b/resource-assignment/provider/src/main/resources/META-INF/spring/resource-assignment-osgi-context.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.
@@ -30,7 +30,7 @@
<reference id="dblib.dataSource">
<interfaces>
<beans:value>javax.sql.DataSource</beans:value>
- <beans:value>org.onap.ccsdk.sli.adaptors.resource.dblib.DbLibService</beans:value>
+ <beans:value>org.onap.ccsdk.sli.core.dblib.DbLibService</beans:value>
</interfaces>
</reference>