aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/searchBeans.groovy
blob: 02ad789293f4a5c21e575c8915d1f43a02355665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import org.onap.aai.sa.rest.SearchServiceApi

beans {
    xmlns cxf: "http://camel.apache.org/schema/cxf"
    xmlns jaxrs: "http://cxf.apache.org/jaxrs"
    xmlns util: "http://www.springframework.org/schema/util"

    searchServiceAPI(SearchServiceApi)

    util.list(id: 'searchServices') {
        ref(bean: 'searchServiceAPI')
    }
}