Update published event to include header and body
[aai/gizmo.git] / src / main / ajsc / crud-api_v1 / crud-api / v1 / conf / jaxrsBeans.groovy
index 8462e3e..8ad9391 100644 (file)
@@ -3,7 +3,7 @@ beans{
        xmlns jaxrs: "http://cxf.apache.org/jaxrs"
        xmlns util: "http://www.springframework.org/schema/util"
        
-       echoService(org.openecomp.crud.service.JaxrsEchoService)
+       echoService(org.onap.crud.service.JaxrsEchoService)
        
        util.list(id: 'jaxrsServices') {
                ref(bean:'echoService')