Merge "Do not use ActorSystem.actorFor as it is deprecated"
[controller.git] / opendaylight / adsal / features / nsf / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <features name="nsf-${project.version}"  xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
3     <repository>mvn:org.opendaylight.controller/features-base/${commons.opendaylight.version}/xml/features</repository>
4     <repository>mvn:org.opendaylight.controller/features-adsal/${sal.version}/xml/features</repository>
5     <feature name="odl-nsf-all" description="OpenDaylight :: NSF :: All Network Service Functions" version="${project.version}">
6         <feature version="${sal.version}">odl-adsal-all</feature>
7         <feature version="${project.version}">odl-nsf-managers</feature>
8         <feature version="${project.version}">odl-adsal-northbound</feature>
9         <!--
10          TODO : Resolve this in a follow-up commit
11             <feature>odl-controller-web</feature>
12         -->
13     </feature>
14
15     <feature name="odl-nsf-service" description="OpenDaylight :: NSF :: Network Service Functions in Controller" version="${project.version}">
16         <feature version="${sal.version}">odl-adsal-all</feature>
17         <feature version="${project.version}">odl-nsf-managers</feature>
18         <feature version="${project.version}">odl-adsal-northbound</feature>
19     </feature>
20
21     <feature name="odl-nsf-managers" description="OpenDaylight :: AD-SAL :: Network Service Functions" version="${project.version}">
22         <feature version="${commons.opendaylight.version}">odl-base-all</feature>
23         <feature version="${sal.version}">odl-adsal-all</feature>
24         <bundle>mvn:org.opendaylight.controller/usermanager/${usermanager.version}</bundle>
25         <bundle>mvn:org.opendaylight.controller/usermanager.implementation/${usermanager.version}</bundle>
26
27         <bundle>mvn:org.opendaylight.controller/appauth/${appauth.version}</bundle>
28
29         <bundle>mvn:org.opendaylight.controller/connectionmanager/${connectionmanager.version}</bundle>
30         <bundle>mvn:org.opendaylight.controller/connectionmanager.implementation/${connectionmanager.version}</bundle>
31
32         <bundle>mvn:org.opendaylight.controller/containermanager/${containermanager.version}</bundle>
33         <bundle>mvn:org.opendaylight.controller/containermanager.implementation/${containermanager.version}</bundle>
34
35         <bundle>mvn:org.opendaylight.controller/statisticsmanager/${statisticsmanager.version}</bundle>
36         <bundle>mvn:org.opendaylight.controller/statisticsmanager.implementation/${statisticsmanager.implementation.version}</bundle>
37
38         <bundle>mvn:org.opendaylight.controller/switchmanager/${switchmanager.api.version}</bundle>
39         <bundle>mvn:org.opendaylight.controller/switchmanager.implementation/${switchmanager.implementation.version}</bundle>
40
41         <bundle>mvn:org.opendaylight.controller/forwardingrulesmanager/${forwardingrulesmanager.version}</bundle>
42         <bundle>mvn:org.opendaylight.controller/forwardingrulesmanager.implementation/${forwardingrulesmanager.implementation.version}</bundle>
43
44         <bundle>mvn:org.opendaylight.controller/topologymanager/${topologymanager.version}</bundle>
45         <bundle>mvn:org.opendaylight.controller/topologymanager.shell/${topologymanager.shell.version}</bundle>
46
47         <bundle>mvn:org.opendaylight.controller/hosttracker/${hosttracker.api.version}</bundle>
48         <bundle>mvn:org.opendaylight.controller/hosttracker.implementation/${hosttracker.implementation.version}</bundle>
49         <bundle>mvn:org.opendaylight.controller/hosttracker.shell/${hosttracker.shell.version}</bundle>
50
51         <bundle>mvn:org.opendaylight.controller/forwarding.staticrouting/${forwarding.staticrouting}</bundle>
52
53         <bundle>mvn:org.opendaylight.controller.thirdparty/net.sf.jung2/2.0.1</bundle>
54         <bundle>mvn:org.opendaylight.controller/routing.dijkstra_implementation/${routing.dijkstra_implementation.version}</bundle>
55     </feature>
56
57     <feature name="odl-adsal-northbound" description="OpenDaylight :: AD-SAL :: Northbound APIs" version="${project.version}">
58         <feature version="${commons.opendaylight.version}">odl-base-all</feature>
59         <feature version="${project.version}">odl-nsf-managers</feature>
60         <bundle>mvn:org.ow2.asm/asm-all/${asm.version}</bundle>
61         <!--
62             TODO : Resolve these in a follow-up commit
63             <bundle>mvn:org.opendaylight.controller/httpservice-bridge/${httpservice-bridge.northbound.version}</bundle>
64             <bundle>mvn:org.opendaylight.controller/jolokia-bridge/${jolokia-bridge.version}</bundle>
65         -->
66         <bundle>mvn:org.opendaylight.controller/bundlescanner/${bundlescanner.api.version}</bundle>
67         <bundle>mvn:org.opendaylight.controller/bundlescanner.implementation/${bundlescanner.implementation.version}</bundle>
68         <bundle>mvn:org.opendaylight.controller/commons.northbound/${northbound.commons.version}</bundle>
69         <bundle>mvn:org.opendaylight.controller/connectionmanager.northbound/${connectionmanager.version}</bundle>
70         <bundle>mvn:org.opendaylight.controller/flowprogrammer.northbound/${flowprogrammer.northbound.version}</bundle>
71         <bundle>mvn:org.opendaylight.controller/hosttracker.northbound/${hosttracker.northbound.version}</bundle>
72         <bundle>mvn:org.opendaylight.controller/networkconfig.bridgedomain.northbound/${networkconfig.bridgedomain.northbound.version}</bundle>
73         <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.antlr/${eclipse.persistence.version}</bundle>
74         <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.core/${eclipse.persistence.version}</bundle>
75         <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/${eclipse.persistence.version}</bundle>
76         <bundle>mvn:org.opendaylight.controller/forwarding.staticrouting.northbound/${forwarding.staticrouting.northbound.version}</bundle>
77         <bundle>mvn:org.opendaylight.controller/statistics.northbound/${statistics.northbound.version}</bundle>
78         <bundle>mvn:org.opendaylight.controller/subnets.northbound/${subnets.northbound.version}</bundle>
79         <bundle>mvn:org.opendaylight.controller/switchmanager.northbound/${switchmanager.northbound.version}</bundle>
80         <bundle>mvn:org.opendaylight.controller/topology.northbound/${topology.northbound.version}</bundle>
81         <bundle>mvn:org.opendaylight.controller/usermanager.northbound/${usermanager.northbound.version}</bundle>
82     </feature>
83 </features>