Removing { } from NormalizedNodeJsonBodyWriter
[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-managers" description="OpenDaylight :: AD-SAL :: Network Service Functions" version="${project.version}">
16         <feature version="${commons.opendaylight.version}">odl-base-all</feature>
17         <feature version="${sal.version}">odl-adsal-all</feature>
18         <bundle>mvn:org.opendaylight.controller/usermanager/${usermanager.version}</bundle>
19         <bundle>mvn:org.opendaylight.controller/usermanager.implementation/${usermanager.version}</bundle>
20
21         <bundle>mvn:org.opendaylight.controller/appauth/${appauth.version}</bundle>
22
23         <bundle>mvn:org.opendaylight.controller/connectionmanager/${connectionmanager.version}</bundle>
24         <bundle>mvn:org.opendaylight.controller/connectionmanager.implementation/${connectionmanager.version}</bundle>
25
26         <bundle>mvn:org.opendaylight.controller/containermanager/${containermanager.version}</bundle>
27         <bundle>mvn:org.opendaylight.controller/containermanager.implementation/${containermanager.version}</bundle>
28
29         <bundle>mvn:org.opendaylight.controller/statisticsmanager/${statisticsmanager.version}</bundle>
30         <bundle>mvn:org.opendaylight.controller/statisticsmanager.implementation/${statisticsmanager.implementation.version}</bundle>
31
32         <bundle>mvn:org.opendaylight.controller/switchmanager/${switchmanager.api.version}</bundle>
33         <bundle>mvn:org.opendaylight.controller/switchmanager.implementation/${switchmanager.implementation.version}</bundle>
34
35         <bundle>mvn:org.opendaylight.controller/forwardingrulesmanager/${forwardingrulesmanager.version}</bundle>
36         <bundle>mvn:org.opendaylight.controller/forwardingrulesmanager.implementation/${forwardingrulesmanager.implementation.version}</bundle>
37
38         <bundle>mvn:org.opendaylight.controller/topologymanager/${topologymanager.version}</bundle>
39         <bundle>mvn:org.opendaylight.controller/topologymanager.shell/${topologymanager.shell.version}</bundle>
40
41         <bundle>mvn:org.opendaylight.controller/networkconfig.neutron/${networkconfig.neutron.version}</bundle>
42         <bundle>mvn:org.opendaylight.controller/networkconfig.neutron.implementation/${networkconfig.neutron.implementation.version}</bundle>
43
44         <bundle>mvn:org.opendaylight.controller/hosttracker/${hosttracker.api.version}</bundle>
45         <bundle>mvn:org.opendaylight.controller/hosttracker.implementation/${hosttracker.implementation.version}</bundle>
46         <bundle>mvn:org.opendaylight.controller/hosttracker.shell/${hosttracker.shell.version}</bundle>
47
48         <bundle>mvn:org.opendaylight.controller/forwarding.staticrouting/${forwarding.staticrouting}</bundle>
49
50         <bundle>mvn:org.opendaylight.controller.thirdparty/net.sf.jung2/2.0.1</bundle>
51         <bundle>mvn:org.opendaylight.controller/routing.dijkstra_implementation/${routing.dijkstra_implementation.version}</bundle>
52     </feature>
53
54     <feature name="odl-adsal-northbound" description="OpenDaylight :: AD-SAL :: Northbound APIs" version="${project.version}">
55         <feature version="${commons.opendaylight.version}">odl-base-all</feature>
56         <feature version="${project.version}">odl-nsf-managers</feature>
57         <bundle>mvn:org.ow2.asm/asm-all/${asm.version}</bundle>
58         <!--
59             TODO : Resolve these in a follow-up commit
60             <bundle>mvn:org.opendaylight.controller/httpservice-bridge/${httpservice-bridge.northbound.version}</bundle>
61             <bundle>mvn:org.opendaylight.controller/jolokia-bridge/${jolokia-bridge.version}</bundle>
62         -->
63         <bundle>mvn:org.opendaylight.controller/bundlescanner/${bundlescanner.api.version}</bundle>
64         <bundle>mvn:org.opendaylight.controller/bundlescanner.implementation/${bundlescanner.implementation.version}</bundle>
65         <bundle>mvn:org.opendaylight.controller/commons.northbound/${northbound.commons.version}</bundle>
66         <bundle>mvn:org.opendaylight.controller/connectionmanager.northbound/${connectionmanager.version}</bundle>
67         <bundle>mvn:org.opendaylight.controller/flowprogrammer.northbound/${flowprogrammer.northbound.version}</bundle>
68         <bundle>mvn:org.opendaylight.controller/hosttracker.northbound/${hosttracker.northbound.version}</bundle>
69         <bundle>mvn:org.opendaylight.controller/networkconfig.bridgedomain.northbound/${networkconfig.bridgedomain.northbound.version}</bundle>
70         <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.antlr/${eclipse.persistence.version}</bundle>
71         <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.core/${eclipse.persistence.version}</bundle>
72         <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/${eclipse.persistence.version}</bundle>
73         <bundle>mvn:org.opendaylight.controller/networkconfig.neutron.northbound/${networkconfig.neutron.northbound.version}</bundle>
74         <bundle>mvn:org.opendaylight.controller/forwarding.staticrouting.northbound/${forwarding.staticrouting.northbound.version}</bundle>
75         <bundle>mvn:org.opendaylight.controller/statistics.northbound/${statistics.northbound.version}</bundle>
76         <bundle>mvn:org.opendaylight.controller/subnets.northbound/${subnets.northbound.version}</bundle>
77         <bundle>mvn:org.opendaylight.controller/switchmanager.northbound/${switchmanager.northbound.version}</bundle>
78         <bundle>mvn:org.opendaylight.controller/topology.northbound/${topology.northbound.version}</bundle>
79         <bundle>mvn:org.opendaylight.controller/usermanager.northbound/${usermanager.northbound.version}</bundle>
80     </feature>
81 </features>