blob: 8c611dc4deebebd6056a410369d20ec8127b63b5 [file] [log] [blame]
tom09419512014-08-15 11:28:43 -07001<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
Thomas Vachuska7d693f52014-10-21 19:17:57 -07002<!--
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07003 ~ Copyright 2014 Open Networking Laboratory
Thomas Vachuska7d693f52014-10-21 19:17:57 -07004 ~
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07005 ~ 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
Thomas Vachuska7d693f52014-10-21 19:17:57 -07008 ~
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07009 ~ 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.
Thomas Vachuska7d693f52014-10-21 19:17:57 -070016 -->
tom09419512014-08-15 11:28:43 -070017<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
Brian O'Connor992741f2014-12-04 00:10:36 -080018 name="onos-@FEATURE-VERSION">
Thomas Vachuska016bef72015-11-24 15:24:13 -080019 <repository>mvn:org.apache.karaf.features/standard/3.0.3/xml/features</repository>
tom09419512014-08-15 11:28:43 -070020
Brian O'Connor992741f2014-12-04 00:10:36 -080021 <feature name="onos-thirdparty-base" version="@FEATURE-VERSION"
tom09419512014-08-15 11:28:43 -070022 description="ONOS 3rd party dependencies">
tom6d2a43e2014-09-08 01:50:20 -070023 <bundle>mvn:commons-lang/commons-lang/2.6</bundle>
tom66a7eb22014-09-22 11:58:56 -070024 <bundle>mvn:org.apache.commons/commons-lang3/3.3.2</bundle>
Thomas Vachuska02aeb032015-01-06 22:36:30 -080025 <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle>
tom6d2a43e2014-09-08 01:50:20 -070026 <bundle>mvn:com.google.guava/guava/18.0</bundle>
alshabibeec3a062014-09-17 18:01:26 -070027 <bundle>mvn:io.netty/netty/3.9.2.Final</bundle>
Yuta HIGUCHI3215ebd2014-10-07 14:24:37 -070028 <bundle>mvn:io.netty/netty-common/4.0.23.Final</bundle>
29 <bundle>mvn:io.netty/netty-buffer/4.0.23.Final</bundle>
30 <bundle>mvn:io.netty/netty-transport/4.0.23.Final</bundle>
31 <bundle>mvn:io.netty/netty-handler/4.0.23.Final</bundle>
32 <bundle>mvn:io.netty/netty-codec/4.0.23.Final</bundle>
Madan Jampaniebf51602014-10-21 14:01:25 -070033 <bundle>mvn:io.netty/netty-transport-native-epoll/4.0.23.Final</bundle>
Yuta HIGUCHI3215ebd2014-10-07 14:24:37 -070034 <bundle>mvn:commons-pool/commons-pool/1.6</bundle>
Madan Jampanibd6845d2015-02-25 11:43:48 -080035 <bundle>mvn:org.apache.commons/commons-math3/3.2</bundle>
tom66a7eb22014-09-22 11:58:56 -070036
Yuta HIGUCHIb87ef952014-10-28 23:34:23 -070037 <bundle>mvn:joda-time/joda-time/2.5</bundle>
38
pankaj208221d2014-10-02 15:17:52 -070039 <bundle>mvn:io.dropwizard.metrics/metrics-core/3.1.0</bundle>
Pavlin Radoslavov64d9e472014-10-21 22:01:08 -070040 <bundle>mvn:io.dropwizard.metrics/metrics-json/3.1.0</bundle>
tomdc66b382014-09-22 17:05:47 -070041 <bundle>mvn:com.eclipsesource.minimal-json/minimal-json/0.9.1</bundle>
42
Yuta HIGUCHI8ee7d4c2014-10-09 23:09:41 -070043 <bundle>mvn:com.esotericsoftware/kryo/3.0.0</bundle>
44 <bundle>mvn:com.esotericsoftware/reflectasm/1.10.0</bundle>
45 <bundle>mvn:org.ow2.asm/asm/4.2</bundle>
tom66a7eb22014-09-22 11:58:56 -070046 <bundle>mvn:com.esotericsoftware/minlog/1.3.0</bundle>
47 <bundle>mvn:org.objenesis/objenesis/2.1</bundle>
tomf110fff2014-09-26 00:38:18 -070048
Brian O'Connor992741f2014-12-04 00:10:36 -080049 <bundle>mvn:org.onosproject/onlab-nio/@ONOS-VERSION</bundle>
Jonathan Hart74f9c3b2014-09-29 20:03:50 -070050
Thomas Vachuskad8cf5662014-10-20 17:07:57 -070051 <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.4.2</bundle>
52 <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.4.2</bundle>
53 <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.4.2</bundle>
54
Thomas Vachuskaa8f4e7d2015-01-08 17:31:55 -080055 <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle>
56 <bundle>mvn:commons-collections/commons-collections/3.2.1</bundle>
57
Thomas Vachuskad8cf5662014-10-20 17:07:57 -070058 <!-- FIXME: we should switch to use fasterxml jackson -->
Thomas Vachuskacce11ca2014-10-16 11:52:29 -070059 <bundle>mvn:org.codehaus.jackson/jackson-core-asl/1.9.13</bundle>
60 <bundle>mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13</bundle>
Thomas Vachuskad8cf5662014-10-20 17:07:57 -070061
Madan Jampanicb7ab082015-02-06 15:33:03 -080062 <bundle>mvn:com.typesafe/config/1.2.1</bundle>
Brian O'Connor992741f2014-12-04 00:10:36 -080063 <bundle>mvn:org.onosproject/onlab-thirdparty/@ONOS-VERSION</bundle>
Yuta HIGUCHIc1957322014-11-05 23:45:00 -080064
Jonathan Hartca335e92015-03-05 10:34:32 -080065 <bundle>mvn:org.mapdb/mapdb/1.0.7</bundle>
tom09419512014-08-15 11:28:43 -070066 </feature>
67
Brian O'Connor992741f2014-12-04 00:10:36 -080068 <feature name="onos-thirdparty-web" version="@FEATURE-VERSION"
Thomas Vachuskadb7467a2015-04-17 11:06:53 -070069 description="ONOS 3rd party dependencies for web apps">
tom0eb04ca2014-08-25 14:34:51 -070070 <feature>war</feature>
Thomas Vachuskad8cf5662014-10-20 17:07:57 -070071 <feature>onos-thirdparty-base</feature>
Thomas Vachuskadb7467a2015-04-17 11:06:53 -070072 <!-- FIXME: we should upgrade our jersey eventually -->
Ray Milkey67c22722015-03-09 15:48:57 -070073 <bundle>mvn:com.sun.jersey/jersey-core/1.19</bundle>
74 <bundle>mvn:com.sun.jersey/jersey-server/1.19</bundle>
75 <bundle>mvn:com.sun.jersey/jersey-servlet/1.19</bundle>
Thomas Vachuska530e52a2015-05-06 19:51:32 -070076 <bundle>mvn:com.sun.jersey.contribs/jersey-multipart/1.19</bundle>
77 <bundle>mvn:org.jvnet.mimepull/mimepull/1.9.3</bundle>
Ray Milkey67c22722015-03-09 15:48:57 -070078 <bundle>mvn:javax.ws.rs/jsr311-api/1.1.1</bundle>
tom0eb04ca2014-08-25 14:34:51 -070079 </feature>
80
Brian O'Connor992741f2014-12-04 00:10:36 -080081 <feature name="onos-api" version="@FEATURE-VERSION"
tome06f8552014-08-26 16:58:42 -070082 description="ONOS services and model API">
tom09419512014-08-15 11:28:43 -070083 <feature>scr</feature>
tom0eb04ca2014-08-25 14:34:51 -070084 <feature>onos-thirdparty-base</feature>
Brian O'Connor992741f2014-12-04 00:10:36 -080085 <bundle>mvn:org.onosproject/onlab-misc/@ONOS-VERSION</bundle>
86 <bundle>mvn:org.onosproject/onlab-osgi/@ONOS-VERSION</bundle>
tom0eb04ca2014-08-25 14:34:51 -070087
Brian O'Connor992741f2014-12-04 00:10:36 -080088 <bundle>mvn:org.onosproject/onos-api/@ONOS-VERSION</bundle>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -070089 <bundle>mvn:org.onosproject/onos-incubator-api/@ONOS-VERSION</bundle>
tome06f8552014-08-26 16:58:42 -070090 </feature>
91
Brian O'Connor992741f2014-12-04 00:10:36 -080092 <feature name="onos-core" version="@FEATURE-VERSION"
tome06f8552014-08-26 16:58:42 -070093 description="ONOS core components">
94 <feature>onos-api</feature>
Brian O'Connor992741f2014-12-04 00:10:36 -080095 <bundle>mvn:org.onosproject/onos-core-net/@ONOS-VERSION</bundle>
Thomas Vachuska02aeb032015-01-06 22:36:30 -080096 <bundle>mvn:org.onosproject/onos-core-common/@ONOS-VERSION</bundle>
Brian O'Connor992741f2014-12-04 00:10:36 -080097 <bundle>mvn:org.onosproject/onos-core-dist/@ONOS-VERSION</bundle>
Aaron Kruglikov92511f22015-10-12 14:39:04 -070098 <bundle>mvn:org.onosproject/onos-core-persistence/@ONOS-VERSION</bundle>
Brian O'Connor992741f2014-12-04 00:10:36 -080099 <bundle>mvn:org.onosproject/onos-core-serializers/@ONOS-VERSION</bundle>
100 <bundle>mvn:org.onosproject/onlab-netty/@ONOS-VERSION</bundle>
tomdc66b382014-09-22 17:05:47 -0700101 </feature>
102
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700103 <feature name="onos-incubator" version="@FEATURE-VERSION"
104 description="ONOS core incubator components">
105 <feature>onos-core</feature>
106 <bundle>mvn:org.onosproject/onos-incubator-net/@ONOS-VERSION</bundle>
Jonathan Hartb4a42152015-12-08 17:06:30 -0800107 <bundle>mvn:org.onosproject/onos-incubator-core/@ONOS-VERSION</bundle>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700108 <bundle>mvn:org.onosproject/onos-incubator-store/@ONOS-VERSION</bundle>
Marc De Leenheerb31b6dc2015-11-18 11:50:37 -0800109 <bundle>mvn:org.onosproject/onos-incubator-rpc/@ONOS-VERSION</bundle>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700110 </feature>
111
Brian O'Connor992741f2014-12-04 00:10:36 -0800112 <feature name="onos-rest" version="@FEATURE-VERSION"
tom0eb04ca2014-08-25 14:34:51 -0700113 description="ONOS REST API components">
tom4d0c6632014-09-15 23:27:01 -0700114 <feature>onos-api</feature>
tom0eb04ca2014-08-25 14:34:51 -0700115 <feature>onos-thirdparty-web</feature>
Jonathan Hart4d887e82015-01-08 13:27:39 -0800116 <bundle>mvn:org.onosproject/onlab-rest/@ONOS-VERSION</bundle>
Brian O'Connor992741f2014-12-04 00:10:36 -0800117 <bundle>mvn:org.onosproject/onos-rest/@ONOS-VERSION</bundle>
tom0eb04ca2014-08-25 14:34:51 -0700118 </feature>
119
Brian O'Connor992741f2014-12-04 00:10:36 -0800120 <feature name="onos-gui" version="@FEATURE-VERSION"
tom0eb04ca2014-08-25 14:34:51 -0700121 description="ONOS GUI console components">
tom4d0c6632014-09-15 23:27:01 -0700122 <feature>onos-api</feature>
tom0eb04ca2014-08-25 14:34:51 -0700123 <feature>onos-thirdparty-web</feature>
Thomas Vachuska7d638d32014-11-07 10:24:43 -0800124 <bundle>mvn:org.eclipse.jetty/jetty-websocket/8.1.15.v20140411</bundle>
Jonathan Hart4d887e82015-01-08 13:27:39 -0800125 <bundle>mvn:org.onosproject/onlab-rest/@ONOS-VERSION</bundle>
Brian O'Connor992741f2014-12-04 00:10:36 -0800126 <bundle>mvn:org.onosproject/onos-gui/@ONOS-VERSION</bundle>
tom0eb04ca2014-08-25 14:34:51 -0700127 </feature>
128
Brian O'Connor992741f2014-12-04 00:10:36 -0800129 <feature name="onos-cli" version="@FEATURE-VERSION"
tom0eb04ca2014-08-25 14:34:51 -0700130 description="ONOS admin command console components">
tom4d0c6632014-09-15 23:27:01 -0700131 <feature>onos-api</feature>
Brian O'Connor992741f2014-12-04 00:10:36 -0800132 <bundle>mvn:org.onosproject/onos-cli/@ONOS-VERSION</bundle>
tom0eb04ca2014-08-25 14:34:51 -0700133 </feature>
134
Changhoon Yoon23dee8f2015-05-18 22:19:49 +0900135 <feature name="onos-security" version="@FEATURE-VERSION"
136 description="Security-Mode ONOS">
Changhoon Yoon541ef712015-05-23 17:18:34 +0900137 <feature>onos-api</feature>
Brian O'Connor1be4e6e2015-09-04 14:59:45 -0700138 <bundle>mvn:org.onosproject/org.apache.felix.framework.security/2.2.0.onos</bundle>
Changhoon Yoonb856b812015-08-10 03:47:19 +0900139 <bundle>mvn:org.onosproject/onos-security/@ONOS-VERSION</bundle>
Changhoon Yoon23dee8f2015-05-18 22:19:49 +0900140 </feature>
141
tom09419512014-08-15 11:28:43 -0700142</features>