X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fajsc%2Fdata-router_v1%2Fdata-router%2Fv1%2Fconf%2FechoService.groovy;fp=src%2Fmain%2Fajsc%2Fdata-router_v1%2Fdata-router%2Fv1%2Fconf%2FechoService.groovy;h=0000000000000000000000000000000000000000;hb=5da95c0df892b635db68550a3321e0e48c9e78f8;hp=a8583f2b3966b49a569c6c2f4b892f2d1775d8dc;hpb=047ade94d55a1b6d8c352168652140f3579198ac;p=aai%2Fdata-router.git 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 index a8583f2..0000000 --- a/src/main/ajsc/data-router_v1/data-router/v1/conf/echoService.groovy +++ /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') - } -}