Convert Babel from AJSC2 to Spring Boot 1.5.12
[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
deleted file mode 100644 (file)
index 37043d8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-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') }
-}