Removing AJSC and moving to SpringBoot
[aai/search-data-service.git] / src / main / ajsc / search-data-service_v1 / search-data-service / v1 / conf / jaxrsBeans.groovy
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
deleted file mode 100644 (file)
index 9065b04..0000000
+++ /dev/null
@@ -1,14 +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.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')
-        ref(bean: 'userService')
-    }
-}