blob: c68a07bd5af93f4422cb4b2e2b64efb7c064d6cf [file] [log] [blame]
HIGUCHI Yuta1ed0da22015-12-15 15:11:13 -08001<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<!--
3 ~ Copyright 2015 Open Networking Laboratory
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>
21
22 <!-- based on output of mvn karaf:features-generate-descriptor -->
23 <bundle>mvn:org.glassfish.jersey.core/jersey-client/2.22.1</bundle>
24 <bundle>mvn:javax.ws.rs/javax.ws.rs-api/2.0.1</bundle>
25 <bundle>mvn:org.glassfish.jersey.core/jersey-common/2.22.1</bundle>
26 <bundle>mvn:javax.annotation/javax.annotation-api/1.2</bundle>
27 <bundle>mvn:org.glassfish.jersey.bundles.repackaged/jersey-guava/2.22.1</bundle>
28 <bundle>mvn:org.glassfish.hk2/osgi-resource-locator/1.0.1</bundle>
29 <bundle>mvn:org.glassfish.hk2/hk2-api/2.4.0-b31</bundle>
30 <bundle>mvn:org.glassfish.hk2/hk2-utils/2.4.0-b31</bundle>
31 <bundle>mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.4.0-b31</bundle>
32 <bundle>mvn:org.glassfish.hk2.external/javax.inject/2.4.0-b31</bundle>
33 <bundle>mvn:org.glassfish.hk2/hk2-locator/2.4.0-b31</bundle>
34 <bundle>mvn:org.javassist/javassist/3.18.1-GA</bundle>
35
36 <bundle>mvn:${project.groupId}/onos-app-ecord-co/${project.version}</bundle>
37 </feature>
38</features>
39