blob: 22d14b88bc61343b64f5ae257018cdd143ec4243 [file] [log] [blame]
Jian Lib97f6fb2016-03-21 11:33:28 -07001<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<!--
Brian O'Connor5ab426f2016-04-09 01:19:45 -07003 ~ Copyright 2016-present Open Networking Laboratory
Jian Lib97f6fb2016-03-21 11:33:28 -07004 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
17<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${project.version}">
18 <feature name="${project.artifactId}" version="${project.version}"
19 description="${project.description}">
20 <feature>onos-api</feature>
21 <bundle>mvn:${project.groupId}/onos-app-influxdb/${project.version}</bundle>
22 <bundle>wrap:mvn:com.izettle/metrics-influxdb/1.1.1$Bundle-SymbolicName=metrics-influxdb&amp;Bundle-Version=1.1.1</bundle>
23 <bundle>mvn:commons-codec/commons-codec/1.10</bundle>
Jian Li65f5aa22016-03-22 11:49:42 -070024 <bundle>wrap:mvn:org.influxdb/influxdb-java/2.1$Bundle-SymbolicName=influxdb-java&amp;Bundle-Version=2.1</bundle>
25 <bundle>wrap:mvn:com.squareup.retrofit/retrofit/1.9.0$Bundle-SymbolicName=retrofit&amp;Bundle-Version=1.9.0</bundle>
26 <bundle>wrap:mvn:com.squareup.okhttp/okhttp/2.4.0$Bundle-SymbolicName=okhttp&amp;Bundle-Version=2.4.0</bundle>
27 <bundle>wrap:mvn:com.squareup.okio/okio/1.4.0$Bundle-SymbolicName=okio&amp;Bundle-Version=1.4.0</bundle>
28 <bundle>mvn:com.google.code.gson/gson/2.3.1</bundle>
Jian Lib97f6fb2016-03-21 11:33:28 -070029 </feature>
30</features>