Bug 5679 - add new module ietf-restconf-monitoring to restconf
[netconf.git] / features / restconf / src / main / features / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <features name="odl-controller-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
11           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
13
14     <repository>mvn:org.opendaylight.odlparent/features-odlparent/{{VERSION}}/xml/features</repository>
15     <repository>mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features</repository>
16     <repository>mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features</repository>
17     <repository>mvn:org.opendaylight.aaa/features-aaa-shiro/{{VERSION}}/xml/features</repository>
18     <feature name='odl-restconf-all' version='${project.version}' description='OpenDaylight :: Restconf :: All'>
19         <feature version='${project.version}'>odl-restconf</feature>
20         <feature version='${project.version}'>odl-mdsal-apidocs</feature>
21     </feature>
22
23     <feature name='odl-restconf' version='${project.version}' description="OpenDaylight :: Restconf">
24         <!-- Enables AAA through the odl-shiro-act bundle Activator -->
25         <bundle>mvn:org.opendaylight.aaa/aaa-shiro-act/{{VERSION}}</bundle>
26         <feature version='${project.version}'>odl-restconf-noauth</feature>
27     </feature>
28     <feature name='odl-restconf-noauth' version='${project.version}' description="OpenDaylight :: Restconf">
29         <feature version='${aaa.version}'>odl-aaa-shiro</feature>
30         <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
31         <feature version='[4.0.30,4.1.0)'>odl-netty</feature>
32         <feature>war</feature>
33         <bundle>mvn:org.opendaylight.netconf/ietf-yang-library/{{VERSION}}</bundle>
34         <bundle>mvn:org.opendaylight.netconf/ietf-restconf-monitoring/{{VERSION}}</bundle>
35         <bundle>mvn:org.opendaylight.netconf/sal-rest-connector/{{VERSION}}</bundle>
36         <bundle>mvn:com.google.code.gson/gson/{{VERSION}}</bundle>
37         <bundle>mvn:org.opendaylight.yangtools/yang-data-codec-gson/{{VERSION}}</bundle>
38         <bundle>mvn:org.opendaylight.yangtools/yang-model-export/{{VERSION}}</bundle>
39         <configfile finalname="${config.configfile.directory}/${config.restconf.configfile}">mvn:org.opendaylight.netconf/sal-rest-connector-config/{{VERSION}}/xml/config</configfile>
40         <configfile finalname="${config.configfile.directory}/${config.restconf.service.configfile}">mvn:org.opendaylight.netconf/sal-rest-connector-config/{{VERSION}}/xml/configrestconfservice</configfile>
41     </feature>
42     <feature name ='odl-mdsal-apidocs' version='${project.version}' description="OpenDaylight :: MDSAL :: APIDOCS">
43         <feature version='${project.version}'>odl-restconf</feature>
44         <bundle>mvn:org.opendaylight.netconf/sal-rest-docgen/{{VERSION}}</bundle>
45         <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/{{VERSION}}</bundle>
46         <bundle>mvn:com.fasterxml.jackson.core/jackson-core/{{VERSION}}</bundle>
47         <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/{{VERSION}}</bundle>
48         <bundle>mvn:com.fasterxml.jackson.datatype/jackson-datatype-json-org/{{VERSION}}</bundle>
49         <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/{{VERSION}}</bundle>
50         <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/{{VERSION}}</bundle>
51         <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/{{VERSION}}</bundle>
52         <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
53         <bundle>mvn:com.sun.jersey/jersey-server/{{VERSION}}</bundle>
54         <bundle>mvn:com.sun.jersey/jersey-servlet/{{VERSION}}</bundle>
55         <bundle>wrap:mvn:org.json/json/{{VERSION}}</bundle>
56     </feature>
57
58 </features>