summaryrefslogtreecommitdiffstats
path: root/message-router/publisher/sample.client/src/main/resources/OSGI-INF/blueprint/blueprint.xml
diff options
context:
space:
mode:
Diffstat (limited to 'message-router/publisher/sample.client/src/main/resources/OSGI-INF/blueprint/blueprint.xml')
-rwxr-xr-xmessage-router/publisher/sample.client/src/main/resources/OSGI-INF/blueprint/blueprint.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/message-router/publisher/sample.client/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/message-router/publisher/sample.client/src/main/resources/OSGI-INF/blueprint/blueprint.xml
deleted file mode 100755
index c2e981da2..000000000
--- a/message-router/publisher/sample.client/src/main/resources/OSGI-INF/blueprint/blueprint.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
- xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.2.0">
-
- <bean id="client"
- class="org.onap.ccsdk.sli.adaptors.messagerouter.publisher.client.impl.ClientImpl"
- init-method="init">
- <property name="publisher" ref="publisher" />
- <cm:managed-properties
- persistent-id="org.onap.ccsdk.sli.adaptors.messagerouter.publisher.client"
- update-strategy="container-managed" />
- </bean>
-
- <reference id="publisher" interface="org.onap.ccsdk.sli.adaptors.messagerouter.publisher.api.PublisherApi" />
-
-</blueprint> \ No newline at end of file