blob: dec02998d6ebd94b1e1dc13a2a8451926dc257c2 [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 Vachuska62ad95f2015-02-18 12:11:36 -080019 <repository>mvn:org.onosproject/onos-features/@ONOS-VERSION/xml/features
20 </repository>
tom09419512014-08-15 11:28:43 -070021
Brian O'Connor992741f2014-12-04 00:10:36 -080022 <feature name="onos-thirdparty-base" version="@FEATURE-VERSION"
tom09419512014-08-15 11:28:43 -070023 description="ONOS 3rd party dependencies">
tom6d2a43e2014-09-08 01:50:20 -070024 <bundle>mvn:commons-lang/commons-lang/2.6</bundle>
tom66a7eb22014-09-22 11:58:56 -070025 <bundle>mvn:org.apache.commons/commons-lang3/3.3.2</bundle>
Thomas Vachuska02aeb032015-01-06 22:36:30 -080026 <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle>
tom6d2a43e2014-09-08 01:50:20 -070027 <bundle>mvn:com.google.guava/guava/18.0</bundle>
alshabibeec3a062014-09-17 18:01:26 -070028 <bundle>mvn:io.netty/netty/3.9.2.Final</bundle>
Yuta HIGUCHI3215ebd2014-10-07 14:24:37 -070029 <bundle>mvn:io.netty/netty-common/4.0.23.Final</bundle>
30 <bundle>mvn:io.netty/netty-buffer/4.0.23.Final</bundle>
31 <bundle>mvn:io.netty/netty-transport/4.0.23.Final</bundle>
32 <bundle>mvn:io.netty/netty-handler/4.0.23.Final</bundle>
33 <bundle>mvn:io.netty/netty-codec/4.0.23.Final</bundle>
Madan Jampaniebf51602014-10-21 14:01:25 -070034 <bundle>mvn:io.netty/netty-transport-native-epoll/4.0.23.Final</bundle>
Yuta HIGUCHI3215ebd2014-10-07 14:24:37 -070035 <bundle>mvn:commons-pool/commons-pool/1.6</bundle>
Madan Jampanibd6845d2015-02-25 11:43:48 -080036 <bundle>mvn:org.apache.commons/commons-math3/3.2</bundle>
tom66a7eb22014-09-22 11:58:56 -070037
Yuta HIGUCHIb87ef952014-10-28 23:34:23 -070038 <bundle>mvn:joda-time/joda-time/2.5</bundle>
39
pankaj208221d2014-10-02 15:17:52 -070040 <bundle>mvn:io.dropwizard.metrics/metrics-core/3.1.0</bundle>
Pavlin Radoslavov64d9e472014-10-21 22:01:08 -070041 <bundle>mvn:io.dropwizard.metrics/metrics-json/3.1.0</bundle>
tomdc66b382014-09-22 17:05:47 -070042 <bundle>mvn:com.eclipsesource.minimal-json/minimal-json/0.9.1</bundle>
43
Yuta HIGUCHI8ee7d4c2014-10-09 23:09:41 -070044 <bundle>mvn:com.esotericsoftware/kryo/3.0.0</bundle>
45 <bundle>mvn:com.esotericsoftware/reflectasm/1.10.0</bundle>
46 <bundle>mvn:org.ow2.asm/asm/4.2</bundle>
tom66a7eb22014-09-22 11:58:56 -070047 <bundle>mvn:com.esotericsoftware/minlog/1.3.0</bundle>
48 <bundle>mvn:org.objenesis/objenesis/2.1</bundle>
tomf110fff2014-09-26 00:38:18 -070049
Brian O'Connor992741f2014-12-04 00:10:36 -080050 <bundle>mvn:org.onosproject/onlab-nio/@ONOS-VERSION</bundle>
Jonathan Hart74f9c3b2014-09-29 20:03:50 -070051
Thomas Vachuskad8cf5662014-10-20 17:07:57 -070052 <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.4.2</bundle>
53 <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.4.2</bundle>
54 <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.4.2</bundle>
55
Thomas Vachuskaa8f4e7d2015-01-08 17:31:55 -080056 <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle>
57 <bundle>mvn:commons-collections/commons-collections/3.2.1</bundle>
58
Thomas Vachuskad8cf5662014-10-20 17:07:57 -070059 <!-- FIXME: we should switch to use fasterxml jackson -->
Thomas Vachuskacce11ca2014-10-16 11:52:29 -070060 <bundle>mvn:org.codehaus.jackson/jackson-core-asl/1.9.13</bundle>
61 <bundle>mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13</bundle>
Thomas Vachuskad8cf5662014-10-20 17:07:57 -070062
Madan Jampanicb7ab082015-02-06 15:33:03 -080063 <bundle>mvn:com.typesafe/config/1.2.1</bundle>
Brian O'Connor992741f2014-12-04 00:10:36 -080064 <bundle>mvn:org.onosproject/onlab-thirdparty/@ONOS-VERSION</bundle>
Yuta HIGUCHIc1957322014-11-05 23:45:00 -080065
Jonathan Hartca335e92015-03-05 10:34:32 -080066 <bundle>mvn:org.mapdb/mapdb/1.0.7</bundle>
tom09419512014-08-15 11:28:43 -070067 </feature>
68
Brian O'Connor992741f2014-12-04 00:10:36 -080069 <feature name="onos-thirdparty-web" version="@FEATURE-VERSION"
Thomas Vachuskadb7467a2015-04-17 11:06:53 -070070 description="ONOS 3rd party dependencies for web apps">
tom0eb04ca2014-08-25 14:34:51 -070071 <feature>war</feature>
Thomas Vachuskad8cf5662014-10-20 17:07:57 -070072 <feature>onos-thirdparty-base</feature>
Thomas Vachuskadb7467a2015-04-17 11:06:53 -070073 <!-- FIXME: we should upgrade our jersey eventually -->
Ray Milkey67c22722015-03-09 15:48:57 -070074 <bundle>mvn:com.sun.jersey/jersey-core/1.19</bundle>
75 <bundle>mvn:com.sun.jersey/jersey-server/1.19</bundle>
76 <bundle>mvn:com.sun.jersey/jersey-servlet/1.19</bundle>
Thomas Vachuska530e52a2015-05-06 19:51:32 -070077 <bundle>mvn:com.sun.jersey.contribs/jersey-multipart/1.19</bundle>
78 <bundle>mvn:org.jvnet.mimepull/mimepull/1.9.3</bundle>
Ray Milkey67c22722015-03-09 15:48:57 -070079 <bundle>mvn:javax.ws.rs/jsr311-api/1.1.1</bundle>
tom0eb04ca2014-08-25 14:34:51 -070080 </feature>
81
Brian O'Connor992741f2014-12-04 00:10:36 -080082 <feature name="onos-api" version="@FEATURE-VERSION"
tome06f8552014-08-26 16:58:42 -070083 description="ONOS services and model API">
tom09419512014-08-15 11:28:43 -070084 <feature>scr</feature>
tom0eb04ca2014-08-25 14:34:51 -070085 <feature>onos-thirdparty-base</feature>
Brian O'Connor992741f2014-12-04 00:10:36 -080086 <bundle>mvn:org.onosproject/onlab-misc/@ONOS-VERSION</bundle>
87 <bundle>mvn:org.onosproject/onlab-osgi/@ONOS-VERSION</bundle>
tom0eb04ca2014-08-25 14:34:51 -070088
Brian O'Connor992741f2014-12-04 00:10:36 -080089 <bundle>mvn:org.onosproject/onos-api/@ONOS-VERSION</bundle>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -070090 <bundle>mvn:org.onosproject/onos-incubator-api/@ONOS-VERSION</bundle>
tome06f8552014-08-26 16:58:42 -070091 </feature>
92
Brian O'Connor992741f2014-12-04 00:10:36 -080093 <feature name="onos-core" version="@FEATURE-VERSION"
tome06f8552014-08-26 16:58:42 -070094 description="ONOS core components">
95 <feature>onos-api</feature>
Brian O'Connor992741f2014-12-04 00:10:36 -080096 <bundle>mvn:org.onosproject/onos-core-net/@ONOS-VERSION</bundle>
Thomas Vachuska02aeb032015-01-06 22:36:30 -080097 <bundle>mvn:org.onosproject/onos-core-common/@ONOS-VERSION</bundle>
Brian O'Connor992741f2014-12-04 00:10:36 -080098 <bundle>mvn:org.onosproject/onos-core-dist/@ONOS-VERSION</bundle>
99 <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>
107 <bundle>mvn:org.onosproject/onos-incubator-store/@ONOS-VERSION</bundle>
108 </feature>
109
Brian O'Connor992741f2014-12-04 00:10:36 -0800110 <feature name="onos-rest" version="@FEATURE-VERSION"
tom0eb04ca2014-08-25 14:34:51 -0700111 description="ONOS REST API components">
tom4d0c6632014-09-15 23:27:01 -0700112 <feature>onos-api</feature>
tom0eb04ca2014-08-25 14:34:51 -0700113 <feature>onos-thirdparty-web</feature>
Jonathan Hart4d887e82015-01-08 13:27:39 -0800114 <bundle>mvn:org.onosproject/onlab-rest/@ONOS-VERSION</bundle>
Brian O'Connor992741f2014-12-04 00:10:36 -0800115 <bundle>mvn:org.onosproject/onos-rest/@ONOS-VERSION</bundle>
tom0eb04ca2014-08-25 14:34:51 -0700116 </feature>
117
Brian O'Connor992741f2014-12-04 00:10:36 -0800118 <feature name="onos-gui" version="@FEATURE-VERSION"
tom0eb04ca2014-08-25 14:34:51 -0700119 description="ONOS GUI console components">
tom4d0c6632014-09-15 23:27:01 -0700120 <feature>onos-api</feature>
tom0eb04ca2014-08-25 14:34:51 -0700121 <feature>onos-thirdparty-web</feature>
Thomas Vachuska7d638d32014-11-07 10:24:43 -0800122 <bundle>mvn:org.eclipse.jetty/jetty-websocket/8.1.15.v20140411</bundle>
Jonathan Hart4d887e82015-01-08 13:27:39 -0800123 <bundle>mvn:org.onosproject/onlab-rest/@ONOS-VERSION</bundle>
Brian O'Connor992741f2014-12-04 00:10:36 -0800124 <bundle>mvn:org.onosproject/onos-gui/@ONOS-VERSION</bundle>
tom0eb04ca2014-08-25 14:34:51 -0700125 </feature>
126
Brian O'Connor992741f2014-12-04 00:10:36 -0800127 <feature name="onos-cli" version="@FEATURE-VERSION"
tom0eb04ca2014-08-25 14:34:51 -0700128 description="ONOS admin command console components">
tom4d0c6632014-09-15 23:27:01 -0700129 <feature>onos-api</feature>
Brian O'Connor992741f2014-12-04 00:10:36 -0800130 <bundle>mvn:org.onosproject/onos-cli/@ONOS-VERSION</bundle>
tom0eb04ca2014-08-25 14:34:51 -0700131 </feature>
132
Changhoon Yoon23dee8f2015-05-18 22:19:49 +0900133 <feature name="onos-security" version="@FEATURE-VERSION"
134 description="Security-Mode ONOS">
Changhoon Yoon541ef712015-05-23 17:18:34 +0900135 <feature>onos-api</feature>
Brian O'Connor1be4e6e2015-09-04 14:59:45 -0700136 <bundle>mvn:org.onosproject/org.apache.felix.framework.security/2.2.0.onos</bundle>
Changhoon Yoonb856b812015-08-10 03:47:19 +0900137 <bundle>mvn:org.onosproject/onos-security/@ONOS-VERSION</bundle>
Changhoon Yoon23dee8f2015-05-18 22:19:49 +0900138 </feature>
139
tom09419512014-08-15 11:28:43 -0700140</features>