Jian Li | b97f6fb | 2016-03-21 11:33:28 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
| 2 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 3 | ~ Copyright 2016-present Open Networking Foundation |
Jian Li | b97f6fb | 2016-03-21 11:33:28 -0700 | [diff] [blame] | 4 | ~ |
| 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> |
Yuta HIGUCHI | 7847227 | 2018-05-03 17:08:16 -0700 | [diff] [blame] | 21 | <bundle>mvn:${project.groupId}/onos-apps-influxdbmetrics/${project.version}</bundle> |
Jian Li | b97f6fb | 2016-03-21 11:33:28 -0700 | [diff] [blame] | 22 | <bundle>wrap:mvn:com.izettle/metrics-influxdb/1.1.1$Bundle-SymbolicName=metrics-influxdb&Bundle-Version=1.1.1</bundle> |
| 23 | <bundle>mvn:commons-codec/commons-codec/1.10</bundle> |
Jian Li | 65f5aa2 | 2016-03-22 11:49:42 -0700 | [diff] [blame] | 24 | <bundle>wrap:mvn:org.influxdb/influxdb-java/2.1$Bundle-SymbolicName=influxdb-java&Bundle-Version=2.1</bundle> |
| 25 | <bundle>wrap:mvn:com.squareup.retrofit/retrofit/1.9.0$Bundle-SymbolicName=retrofit&Bundle-Version=1.9.0</bundle> |
| 26 | <bundle>wrap:mvn:com.squareup.okhttp/okhttp/2.4.0$Bundle-SymbolicName=okhttp&Bundle-Version=2.4.0</bundle> |
| 27 | <bundle>wrap:mvn:com.squareup.okio/okio/1.4.0$Bundle-SymbolicName=okio&Bundle-Version=1.4.0</bundle> |
| 28 | <bundle>mvn:com.google.code.gson/gson/2.3.1</bundle> |
Jian Li | b97f6fb | 2016-03-21 11:33:28 -0700 | [diff] [blame] | 29 | </feature> |
| 30 | </features> |