aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/jaxrsBeans.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/jaxrsBeans.groovy')
-rw-r--r--src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/jaxrsBeans.groovy6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/jaxrsBeans.groovy b/src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/jaxrsBeans.groovy
index 24ec0da..9065b04 100644
--- a/src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/jaxrsBeans.groovy
+++ b/src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/jaxrsBeans.groovy
@@ -3,9 +3,9 @@ beans {
xmlns jaxrs: "http://cxf.apache.org/jaxrs"
xmlns util: "http://www.springframework.org/schema/util"
- echoService(org.openecomp.sa.searchdbabstraction.JaxrsEchoService)
- userService(org.openecomp.sa.searchdbabstraction.JaxrsUserService)
- searchService(org.openecomp.sa.searchdbabstraction.service.SearchService)
+ echoService(org.onap.aai.sa.searchdbabstraction.JaxrsEchoService)
+ userService(org.onap.aai.sa.searchdbabstraction.JaxrsUserService)
+ searchService(org.onap.aai.sa.searchdbabstraction.service.SearchService)
util.list(id: 'jaxrsServices') {
ref(bean: 'echoService')