Convert Sparky to Spring-Boot
[aai/sparky-be.git] / sparkybe-onap-application / src / main / config / runner-web.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!-- Copyright (c) 2016 AT&T Intellectual Property. All rights reserved. -->
3 <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
5         metadata-complete="false" version="3.0">
6
7          <servlet>
8                 <servlet-name>PortalRestAPIProxy</servlet-name>
9                 <servlet-class>org.openecomp.portalsdk.core.onboarding.crossapi.PortalRestAPIProxy</servlet-class>
10         </servlet>  
11         
12
13         
14 </web-app>