Correct INFO.yaml to pass YAML Lint
[aai/gizmo.git] / src / main / ajsc / crud-api_v1 / crud-api / v1 / conf / jaxrsBeans.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.crud.service.JaxrsEchoService)
7         
8         util.list(id: 'jaxrsServices') {
9                 ref(bean:'echoService')
10         }
11 }