aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/search-data-service_v1
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2017-09-14 12:39:20 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2017-09-14 12:39:57 -0400
commit22c477621c40c4762cceb67a1d18749bff68fb87 (patch)
treef96700b9c33611cca6d7a5a872ea9d81818510cb /src/main/ajsc/search-data-service_v1
parent153d13fd91cb93feee77b51d1125274cf554f07e (diff)
Renaming openecomp to onap
Issue-ID: AAI-208 Change-Id: I0f634abc5501adb5fc29523594af8d1f1356adb5 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'src/main/ajsc/search-data-service_v1')
-rw-r--r--src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/jaxrsBeans.groovy6
-rw-r--r--src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/searchBeans.groovy2
2 files changed, 4 insertions, 4 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')
diff --git a/src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/searchBeans.groovy b/src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/searchBeans.groovy
index dddedfa..02ad789 100644
--- a/src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/searchBeans.groovy
+++ b/src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/searchBeans.groovy
@@ -1,4 +1,4 @@
-import org.openecomp.sa.rest.SearchServiceApi
+import org.onap.aai.sa.rest.SearchServiceApi
beans {
xmlns cxf: "http://camel.apache.org/schema/cxf"