summaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/crud-api_v1/crud-api
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/ajsc/crud-api_v1/crud-api')
-rw-r--r--src/main/ajsc/crud-api_v1/crud-api/v1/conf/jaxrsBeans.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/ajsc/crud-api_v1/crud-api/v1/conf/jaxrsBeans.groovy b/src/main/ajsc/crud-api_v1/crud-api/v1/conf/jaxrsBeans.groovy
index 8462e3e..8ad9391 100644
--- a/src/main/ajsc/crud-api_v1/crud-api/v1/conf/jaxrsBeans.groovy
+++ b/src/main/ajsc/crud-api_v1/crud-api/v1/conf/jaxrsBeans.groovy
@@ -3,7 +3,7 @@ beans{
xmlns jaxrs: "http://cxf.apache.org/jaxrs"
xmlns util: "http://www.springframework.org/schema/util"
- echoService(org.openecomp.crud.service.JaxrsEchoService)
+ echoService(org.onap.crud.service.JaxrsEchoService)
util.list(id: 'jaxrsServices') {
ref(bean:'echoService')