diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2020-01-30 12:30:58 +0100 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-01-31 20:58:11 +0000 |
commit | fb121a32b8b3431e37d2b73a63aac8055983f8f2 (patch) | |
tree | 1674d0395da57f4a92531f3d35508c58ff904f60 /sdnr/wt/apigateway/provider/src/main/resources | |
parent | 84cf604e3f06942a62ae0478327ec6100787761e (diff) |
update apigateway
removed unused code and services
Issue-ID: SDNC-1027
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: Ia126ed7fcc18331858c502409384cbc0570d6be7
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> |