aboutsummaryrefslogtreecommitdiffstats
path: root/appc-dispatcher/appc-license-manager/appc-license-manager-core/src/main
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-08-07 11:44:12 -0700
committerPatrick Brady <pb071s@att.com>2018-08-13 14:38:55 -0700
commitb4e7e11ec4cd69495413714fd1eaa09e49fac334 (patch)
treeabff3b478d6159c80405f7cd672d6347b16bd09b /appc-dispatcher/appc-license-manager/appc-license-manager-core/src/main
parent7f383f98c874d5918fa6e55597f30432b13a658d (diff)
Karaf4 for license and lifecycle
Change-Id: I392affa978507eae64583e0b5d6fd85111b39c97 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1122
Diffstat (limited to 'appc-dispatcher/appc-license-manager/appc-license-manager-core/src/main')
-rw-r--r--appc-dispatcher/appc-license-manager/appc-license-manager-core/src/main/resources/OSGI-INF/blueprint/blueprint.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-dispatcher/appc-license-manager/appc-license-manager-core/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/appc-dispatcher/appc-license-manager/appc-license-manager-core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
index 6f56ee8c9..ffe865974 100644
--- a/appc-dispatcher/appc-license-manager/appc-license-manager-core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
+++ b/appc-dispatcher/appc-license-manager/appc-license-manager-core/src/main/resources/OSGI-INF/blueprint/blueprint.xml
@@ -29,9 +29,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd">
- <reference id="dbLibServiceRef" availability="mandatory" activation="eager" interface="org.onap.ccsdk.sli.core.dblib.DbLibService" />
+ <reference id="dbLibServiceRef" interface="org.onap.ccsdk.sli.core.dblib.DbLibService" />
- <bean id="licenseDataServiceBean" class="org.onap.appc.licmgr.impl.LicenseDataAccessServiceImpl" scope="singleton" activation="eager">
+ <bean id="licenseDataServiceBean" class="org.onap.appc.licmgr.impl.LicenseDataAccessServiceImpl" scope="singleton">
<property name="dbLibService" ref="dbLibServiceRef" />
<property name="schema" value="sdnctl" />
</bean>