Moving data-router to Springboot for security
[aai/data-router.git] / src / main / ajsc / data-router_v1 / data-router / v1 / conf / echoService.groovy
diff --git a/src/main/ajsc/data-router_v1/data-router/v1/conf/echoService.groovy b/src/main/ajsc/data-router_v1/data-router/v1/conf/echoService.groovy
deleted file mode 100644 (file)
index a8583f2..0000000
+++ /dev/null
@@ -1,12 +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"
-       
-       echoService(org.onap.aai.datarouter.service.EchoService)
-
-       
-       util.list(id: 'echoServices') { 
-               ref(bean:'echoService')
-       }
-}