Incorporate the ECOMP SDC Artefact Generator code
[aai/babel.git] / src / main / ajsc / babel_v1 / babel / v1 / conf / coreBeans.groovy
diff --git a/src/main/ajsc/babel_v1/babel/v1/conf/coreBeans.groovy b/src/main/ajsc/babel_v1/babel/v1/conf/coreBeans.groovy
new file mode 100644 (file)
index 0000000..37043d8
--- /dev/null
@@ -0,0 +1,9 @@
+beans{
+    xmlns cxf: "http://camel.apache.org/schema/cxf"
+    xmlns jaxrs: "http://cxf.apache.org/jaxrs"
+    xmlns util: "http://www.springframework.org/schema/util"
+
+    infoService(org.onap.aai.babel.service.InfoService)
+
+    util.list(id: 'jaxrsServices') { ref(bean:'infoService') }
+}