aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/searchBeans.groovy
blob: dddedfaefa28d89c4a7642ed90558ad7104ed445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import org.openecomp.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')
    }
}