summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/apigateway/provider/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/apigateway/provider/src/main/resources')
-rw-r--r--sdnr/wt/apigateway/provider/src/main/resources/org/opendaylight/blueprint/blueprint.xml (renamed from sdnr/wt/apigateway/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml)9
1 files changed, 0 insertions, 9 deletions
diff --git a/sdnr/wt/apigateway/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/sdnr/wt/apigateway/provider/src/main/resources/org/opendaylight/blueprint/blueprint.xml
index 2bfb1aa84..8184d7d11 100644
--- a/sdnr/wt/apigateway/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml
+++ b/sdnr/wt/apigateway/provider/src/main/resources/org/opendaylight/blueprint/blueprint.xml
@@ -24,13 +24,4 @@ xmlns:jaxrs="http://cxf.apache.org/blueprint/jaxrs">
</service-properties>
</service>
- <bean id="msServlet"
- class="org.onap.ccsdk.features.sdnr.wt.apigateway.MsServlet">
- </bean>
-
- <service interface="javax.servlet.http.HttpServlet" ref="msServlet">
- <service-properties>
- <entry key="alias" value="/ms" />
- </service-properties>
- </service>
</blueprint>