Migrate to Spring Boot
[aai/gizmo.git] / src / main / ajsc / crud-api_v1 / crud-api / v1 / conf / jaxrsBeans.groovy
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 (file)
index 8ad9391..0000000
+++ /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