Migration to use MD-SAL Project
[bgpcep.git] / features / extras / 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
11 <features name="odl-bgpcep-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
12           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
14
15     <repository>mvn:org.opendaylight.controller/features-config/{{VERSION}}/xml/features</repository>
16     <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
17     <repository>mvn:org.opendaylight.yangtools/features-yangtools/{{VERSION}}/xml/features</repository>
18     <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
19
20     <feature name='odl-bgpcep-dependencies' version='${project.version}'>
21         <!--  concepts -->
22         <bundle>mvn:com.google.guava/guava/{{VERSION}}</bundle>
23         <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
24         <bundle>mvn:org.opendaylight.bgpcep/concepts/{{VERSION}}</bundle>
25         <!-- util -->
26         <bundle>mvn:commons-codec/commons-codec/{{VERSION}}</bundle>
27         <bundle>mvn:io.netty/netty-common/{{VERSION}}</bundle>
28         <bundle>mvn:io.netty/netty-buffer/{{VERSION}}</bundle>
29         <bundle>mvn:org.opendaylight.bgpcep/util/{{VERSION}}</bundle>
30     </feature>
31
32     <feature name='odl-bgpcep-data-change-counter' version='${project.version}'>
33         <feature version='${project.version}'>odl-bgpcep-dependencies</feature>
34         <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
35         <feature version='${config.version}'>odl-config-api</feature>
36         <configfile finalname="etc/opendaylight/karaf/50-topology-data-change-counter.xml">mvn:org.opendaylight.bgpcep/data-change-counter-controller-config/{{VERSION}}/xml/config</configfile>
37         <bundle>mvn:org.opendaylight.bgpcep/data-change-counter/{{VERSION}}</bundle>
38     </feature>
39 </features>