diff options
Diffstat (limited to 'core/dblib')
-rwxr-xr-x | core/dblib/provider/src/main/resources/OSGI-INF/blueprint/dblib-blueprint.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/core/dblib/provider/src/main/resources/OSGI-INF/blueprint/dblib-blueprint.xml b/core/dblib/provider/src/main/resources/OSGI-INF/blueprint/dblib-blueprint.xml deleted file mode 100755 index f1d5166db..000000000 --- a/core/dblib/provider/src/main/resources/OSGI-INF/blueprint/dblib-blueprint.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" - xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0" - odl:use-default-for-reference-types="true"> - - <bean id="provider" class="org.onap.ccsdk.sli.core.dblib.DBLIBResourceProvider" /> - - <bean id="dbResourceManager" class="org.onap.ccsdk.sli.core.dblib.DBResourceManager"> - <argument ref="provider" /> - </bean> - <service ref="dbResourceManager"> - <interfaces> - <value>javax.sql.DataSource</value> - <value>org.onap.ccsdk.sli.core.dblib.DbLibService</value> - </interfaces> - </service> - -</blueprint>
\ No newline at end of file |