10060895fe0230b47dbda2492d66a686f2b1e9c5
[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.controller/features-mdsal/{{VERSION}}/xml/features</repository>
15     <repository>mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features</repository>
16     <repository>mvn:org.opendaylight.aaa/features-aaa/{{VERSION}}/xml/features</repository>
17     <feature name='odl-restconf-all' version='${project.version}' description='OpenDaylight :: Restconf :: All'>
18         <feature version='${project.version}'>odl-restconf</feature>
19         <feature version='${project.version}'>odl-mdsal-apidocs</feature>
20     </feature>
21
22     <feature name='odl-restconf' version='${project.version}' description="OpenDaylight :: Restconf">
23         <feature version='${aaa.version}'>odl-aaa-authn</feature>
24         <feature version='${project.version}'>odl-restconf-noauth</feature>
25     </feature>
26     <feature name='odl-restconf-noauth' version='${project.version}' description="OpenDaylight :: Restconf">
27         <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
28         <feature>war</feature>
29         <!-- presently we need sal-remote to be listed BEFORE sal-rest-connector because sal-rest-connector
30              has a yang file which augments a yang file in sal-remote, and order seems to matter -->
31         <bundle>mvn:org.opendaylight.controller/sal-remote/{{VERSION}}</bundle>
32         <bundle>mvn:org.opendaylight.netconf/sal-rest-connector/{{VERSION}}</bundle>
33         <bundle>mvn:com.google.code.gson/gson/{{VERSION}}</bundle>
34         <bundle>mvn:org.opendaylight.yangtools/yang-data-codec-gson/{{VERSION}}</bundle>
35         <bundle>mvn:org.opendaylight.yangtools/yang-model-export/{{VERSION}}</bundle>
36         <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
37         <bundle>mvn:com.sun.jersey/jersey-server/{{VERSION}}</bundle>
38         <bundle>mvn:com.sun.jersey/jersey-servlet/{{VERSION}}</bundle>
39         <bundle>mvn:io.netty/netty-buffer/{{VERSION}}</bundle>
40         <bundle>mvn:io.netty/netty-codec/{{VERSION}}</bundle>
41         <bundle>mvn:io.netty/netty-codec-http/{{VERSION}}</bundle>
42         <bundle>mvn:io.netty/netty-common/{{VERSION}}</bundle>
43         <bundle>mvn:io.netty/netty-handler/{{VERSION}}</bundle>
44         <bundle>mvn:io.netty/netty-transport/{{VERSION}}</bundle>
45         <configfile finalname="${config.configfile.directory}/${config.restconf.configfile}">mvn:org.opendaylight.netconf/sal-rest-connector-config/{{VERSION}}/xml/config</configfile>
46         <configfile finalname="${config.configfile.directory}/${config.restconf.service.configfile}">mvn:org.opendaylight.netconf/sal-rest-connector-config/{{VERSION}}/xml/configrestconfservice</configfile>
47     </feature>
48     <feature name ='odl-mdsal-apidocs' version='${project.version}' description="OpenDaylight :: MDSAL :: APIDOCS">
49         <feature version='${project.version}'>odl-restconf</feature>
50         <bundle>mvn:org.opendaylight.netconf/sal-rest-docgen/{{VERSION}}</bundle>
51         <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/{{VERSION}}</bundle>
52         <bundle>mvn:com.fasterxml.jackson.core/jackson-core/{{VERSION}}</bundle>
53         <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/{{VERSION}}</bundle>
54         <bundle>mvn:com.fasterxml.jackson.datatype/jackson-datatype-json-org/{{VERSION}}</bundle>
55         <bundle>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/{{VERSION}}</bundle>
56         <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/{{VERSION}}</bundle>
57         <bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/{{VERSION}}</bundle>
58         <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
59         <bundle>mvn:com.sun.jersey/jersey-server/{{VERSION}}</bundle>
60         <bundle>mvn:com.sun.jersey/jersey-servlet/{{VERSION}}</bundle>
61         <bundle>wrap:mvn:org.json/json/{{VERSION}}</bundle>
62     </feature>
63
64 </features>