aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/crud-api_v1/crud-api/v1/conf/jaxrsBeans.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/ajsc/crud-api_v1/crud-api/v1/conf/jaxrsBeans.groovy')
-rw-r--r--src/main/ajsc/crud-api_v1/crud-api/v1/conf/jaxrsBeans.groovy11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 8ad9391..0000000
--- a/src/main/ajsc/crud-api_v1/crud-api/v1/conf/jaxrsBeans.groovy
+++ /dev/null
@@ -1,11 +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.crud.service.JaxrsEchoService)
-
- util.list(id: 'jaxrsServices') {
- ref(bean:'echoService')
- }
-} \ No newline at end of file