From 4a69adf77113acd8b51f69b5221568e6762ee173 Mon Sep 17 00:00:00 2001 From: sunil unnava Date: Wed, 24 Oct 2018 16:08:52 -0400 Subject: [PATCH] update the package name Issue-ID: DMAAP-858 Change-Id: Iadfe6cea6cc5d856b9da5ec8cab623eb17610c65 Signed-off-by: sunil unnava --- src/main/ajsc/dmaap_v1/dmaap/v1/conf/jaxrsBeans.groovy | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/main/ajsc/dmaap_v1/dmaap/v1/conf/jaxrsBeans.groovy b/src/main/ajsc/dmaap_v1/dmaap/v1/conf/jaxrsBeans.groovy index b019fbc..1a334cf 100644 --- a/src/main/ajsc/dmaap_v1/dmaap/v1/conf/jaxrsBeans.groovy +++ b/src/main/ajsc/dmaap_v1/dmaap/v1/conf/jaxrsBeans.groovy @@ -5,15 +5,7 @@ echoService(org.onap.dmaap.JaxrsEchoService) userService(org.onap.dmaap.JaxrsUserService) - topicService(org.onap.dmaap.service.TopicRestService) - eventService(org.onap.dmaap.service.EventsRestService) - adminServiceorg.onap.dmaap.service.AdminRestService) - apiKeyService(org.onap.dmaap.service.ApiKeysRestService) - metricsService(org.onap.dmaap.service.MetricsRestService) - transactionService(org.onap.dmaap.service.TransactionRestService) - UIService(org.onap.dmaap.service.UIRestServices) - mirrorService(org.onap.dmaap.service.MMRestService) - + util.list(id: 'jaxrsServices') { ref(bean:'echoService') ref(bean:'userService') -- 2.16.6