From 2a5ff133471c5a69b0dfd760d2743f48112da9a0 Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Thu, 12 Oct 2017 10:42:00 -0400 Subject: Renaming openecomp to onap Issue-ID: AAI-208 Change-Id: Ib5dc63c9b2f4c580caec21414c2fafae904adca9 Signed-off-by: Arul.Nambi --- src/main/ajsc/data-router_v1/data-router/v1/conf/echoService.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/ajsc') 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 index ad7670e..a8583f2 100644 --- 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 @@ -3,7 +3,7 @@ beans{ xmlns jaxrs: "http://cxf.apache.org/jaxrs" xmlns util: "http://www.springframework.org/schema/util" - echoService(org.openecomp.datarouter.service.EchoService) + echoService(org.onap.aai.datarouter.service.EchoService) util.list(id: 'echoServices') { -- cgit 1.2.3-korg