Renaming openecomp to onap
[aai/data-router.git] / src / main / ajsc / data-router_v1 / data-router / v1 / conf / echoService.groovy
1 beans{
2         xmlns cxf: "http://camel.apache.org/schema/cxf"
3         xmlns jaxrs: "http://cxf.apache.org/jaxrs"
4         xmlns util: "http://www.springframework.org/schema/util"
5         
6         echoService(org.onap.aai.datarouter.service.EchoService)
7
8         
9         util.list(id: 'echoServices') { 
10                 ref(bean:'echoService')
11         }
12 }