BUG-8494: propagate submit failure immediately
[controller.git] / features / config-persister / features-config-persister / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <features name="odl-config-persister-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
4           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
6   <repository>mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features</repository>
7   <repository>mvn:org.opendaylight.controller/features-config/{{VERSION}}/xml/features</repository>
8   <feature name='odl-config-persister-all' version='${project.version}' description="OpenDaylight :: Config Persister:: All">
9     <feature version='${project.version}'>odl-config-persister</feature>
10     <feature version='${project.version}'>odl-config-startup</feature>
11   </feature>
12   <feature name='odl-config-persister' version='${project.version}' description="OpenDaylight :: Config Persister ">
13     <feature version='${project.version}'>odl-config-api</feature>
14     <feature version='${project.version}'>odl-config-core</feature>
15     <feature version='${project.version}'>odl-config-manager</feature>
16     <feature version='${mdsal.version}'>odl-mdsal-binding-runtime</feature>
17     <bundle>mvn:org.opendaylight.controller/yang-jmx-generator/{{VERSION}}</bundle>
18     <bundle>mvn:org.opendaylight.controller/config-persister-api/{{VERSION}}</bundle>
19     <bundle>mvn:org.opendaylight.controller/config-util/{{VERSION}}</bundle>
20     <bundle>mvn:org.opendaylight.controller/config-manager-facade-xml/{{VERSION}}</bundle>
21     <bundle>mvn:org.opendaylight.controller/config-persister-file-xml-adapter/{{VERSION}}</bundle>
22     <bundle>mvn:org.opendaylight.controller/config-persister-impl/{{VERSION}}</bundle>
23     <bundle>mvn:org.opendaylight.controller/config-persister-feature-adapter/{{VERSION}}</bundle>
24
25     <bundle>mvn:commons-io/commons-io/{{VERSION}}</bundle>
26     <bundle>mvn:org.apache.commons/commons-lang3/{{VERSION}}</bundle>
27     <bundle>wrap:mvn:javax.validation/validation-api/{{VERSION}}</bundle>
28     <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.core/{{VERSION}}</bundle>
29     <bundle>mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/{{VERSION}}</bundle>
30   </feature>
31   <feature name='odl-config-startup' version='${project.version}' description="OpenDaylight :: Config Persister:: Config Startup">
32     <feature version='${project.version}'>odl-config-persister</feature>
33   </feature>
34   <feature name='odl-config-manager-facade-xml' version='${project.version}' description="Opendaylight :: Config Persister:: Mapping for Config Subsystem">
35     <feature version='${project.version}'>odl-config-core</feature>
36     <bundle>mvn:org.opendaylight.controller/config-manager-facade-xml/{{VERSION}}</bundle>
37   </feature>
38 </features>