Incorporate the ECOMP SDC Artefact Generator code
[aai/babel.git] / src / main / ajsc / babel_v1 / babel / v1 / conf / coreBeans.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     infoService(org.onap.aai.babel.service.InfoService)
7
8     util.list(id: 'jaxrsServices') { ref(bean:'infoService') }
9 }