blob: 594dc6968b85e1b929296f25ef721f7652f9511b [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
Yuta HIGUCHI93356bc2015-01-28 12:33:59 -080040 <bundle>mvn:com.hazelcast/hazelcast/3.4</bundle>
pankaj208221d2014-10-02 15:17:52 -070041 <bundle>mvn:io.dropwizard.metrics/metrics-core/3.1.0</bundle>
Pavlin Radoslavov64d9e472014-10-21 22:01:08 -070042 <bundle>mvn:io.dropwizard.metrics/metrics-json/3.1.0</bundle>
tomdc66b382014-09-22 17:05:47 -070043 <bundle>mvn:com.eclipsesource.minimal-json/minimal-json/0.9.1</bundle>
44
Yuta HIGUCHI8ee7d4c2014-10-09 23:09:41 -070045 <bundle>mvn:com.esotericsoftware/kryo/3.0.0</bundle>
46 <bundle>mvn:com.esotericsoftware/reflectasm/1.10.0</bundle>
47 <bundle>mvn:org.ow2.asm/asm/4.2</bundle>
tom66a7eb22014-09-22 11:58:56 -070048 <bundle>mvn:com.esotericsoftware/minlog/1.3.0</bundle>
49 <bundle>mvn:org.objenesis/objenesis/2.1</bundle>
tomf110fff2014-09-26 00:38:18 -070050
Brian O'Connor992741f2014-12-04 00:10:36 -080051 <bundle>mvn:org.onosproject/onlab-nio/@ONOS-VERSION</bundle>
Jonathan Hart74f9c3b2014-09-29 20:03:50 -070052
Thomas Vachuskad8cf5662014-10-20 17:07:57 -070053 <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.4.2</bundle>
54 <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.4.2</bundle>
55 <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.4.2</bundle>
56
Thomas Vachuskaa8f4e7d2015-01-08 17:31:55 -080057 <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle>
58 <bundle>mvn:commons-collections/commons-collections/3.2.1</bundle>
59
Thomas Vachuskad8cf5662014-10-20 17:07:57 -070060 <!-- FIXME: we should switch to use fasterxml jackson -->
Thomas Vachuskacce11ca2014-10-16 11:52:29 -070061 <bundle>mvn:org.codehaus.jackson/jackson-core-asl/1.9.13</bundle>
62 <bundle>mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13</bundle>
Thomas Vachuskad8cf5662014-10-20 17:07:57 -070063
Madan Jampanicb7ab082015-02-06 15:33:03 -080064 <bundle>mvn:com.typesafe/config/1.2.1</bundle>
Brian O'Connor992741f2014-12-04 00:10:36 -080065 <bundle>mvn:org.onosproject/onlab-thirdparty/@ONOS-VERSION</bundle>
Yuta HIGUCHIc1957322014-11-05 23:45:00 -080066
Jonathan Hartca335e92015-03-05 10:34:32 -080067 <bundle>mvn:org.mapdb/mapdb/1.0.7</bundle>
tom09419512014-08-15 11:28:43 -070068 </feature>
69
Brian O'Connor992741f2014-12-04 00:10:36 -080070 <feature name="onos-thirdparty-web" version="@FEATURE-VERSION"
Thomas Vachuskadb7467a2015-04-17 11:06:53 -070071 description="ONOS 3rd party dependencies for web apps">
tom0eb04ca2014-08-25 14:34:51 -070072 <feature>war</feature>
Thomas Vachuskad8cf5662014-10-20 17:07:57 -070073 <feature>onos-thirdparty-base</feature>
Thomas Vachuskadb7467a2015-04-17 11:06:53 -070074 <!-- FIXME: we should upgrade our jersey eventually -->
Ray Milkey67c22722015-03-09 15:48:57 -070075 <bundle>mvn:com.sun.jersey/jersey-core/1.19</bundle>
76 <bundle>mvn:com.sun.jersey/jersey-server/1.19</bundle>
77 <bundle>mvn:com.sun.jersey/jersey-servlet/1.19</bundle>
78 <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>
tome06f8552014-08-26 16:58:42 -070089 </feature>
90
Brian O'Connor992741f2014-12-04 00:10:36 -080091 <feature name="onos-core" version="@FEATURE-VERSION"
tome06f8552014-08-26 16:58:42 -070092 description="ONOS core components">
93 <feature>onos-api</feature>
Brian O'Connor992741f2014-12-04 00:10:36 -080094 <bundle>mvn:org.onosproject/onos-core-net/@ONOS-VERSION</bundle>
Thomas Vachuska02aeb032015-01-06 22:36:30 -080095 <bundle>mvn:org.onosproject/onos-core-common/@ONOS-VERSION</bundle>
Brian O'Connor992741f2014-12-04 00:10:36 -080096 <bundle>mvn:org.onosproject/onos-core-dist/@ONOS-VERSION</bundle>
97 <bundle>mvn:org.onosproject/onos-core-serializers/@ONOS-VERSION</bundle>
98 <bundle>mvn:org.onosproject/onlab-netty/@ONOS-VERSION</bundle>
tomdc66b382014-09-22 17:05:47 -070099 </feature>
100
Brian O'Connor992741f2014-12-04 00:10:36 -0800101 <feature name="onos-rest" version="@FEATURE-VERSION"
tom0eb04ca2014-08-25 14:34:51 -0700102 description="ONOS REST API components">
tom4d0c6632014-09-15 23:27:01 -0700103 <feature>onos-api</feature>
tom0eb04ca2014-08-25 14:34:51 -0700104 <feature>onos-thirdparty-web</feature>
Jonathan Hart4d887e82015-01-08 13:27:39 -0800105 <bundle>mvn:org.onosproject/onlab-rest/@ONOS-VERSION</bundle>
Brian O'Connor992741f2014-12-04 00:10:36 -0800106 <bundle>mvn:org.onosproject/onos-rest/@ONOS-VERSION</bundle>
tom0eb04ca2014-08-25 14:34:51 -0700107 </feature>
108
Brian O'Connor992741f2014-12-04 00:10:36 -0800109 <feature name="onos-gui" version="@FEATURE-VERSION"
tom0eb04ca2014-08-25 14:34:51 -0700110 description="ONOS GUI console components">
tom4d0c6632014-09-15 23:27:01 -0700111 <feature>onos-api</feature>
tom0eb04ca2014-08-25 14:34:51 -0700112 <feature>onos-thirdparty-web</feature>
Thomas Vachuska7d638d32014-11-07 10:24:43 -0800113 <bundle>mvn:org.eclipse.jetty/jetty-websocket/8.1.15.v20140411</bundle>
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-gui/@ONOS-VERSION</bundle>
tom0eb04ca2014-08-25 14:34:51 -0700116 </feature>
117
Brian O'Connor992741f2014-12-04 00:10:36 -0800118 <feature name="onos-cli" version="@FEATURE-VERSION"
tom0eb04ca2014-08-25 14:34:51 -0700119 description="ONOS admin command console components">
tom4d0c6632014-09-15 23:27:01 -0700120 <feature>onos-api</feature>
Brian O'Connor992741f2014-12-04 00:10:36 -0800121 <bundle>mvn:org.onosproject/onos-cli/@ONOS-VERSION</bundle>
tom0eb04ca2014-08-25 14:34:51 -0700122 </feature>
123
Thomas Vachuskaa7a0f562015-04-14 23:27:44 -0700124 <!-- Deprecated! For standalone testing only. -->
Thomas Vachuskaa7a0f562015-04-14 23:27:44 -0700125 <feature name="onos-core-trivial" version="@FEATURE-VERSION"
Thomas Vachuskadb7467a2015-04-17 11:06:53 -0700126 description="ONOS trivial core components">
tom4d0c6632014-09-15 23:27:01 -0700127 <feature>onos-api</feature>
Thomas Vachuskaa7a0f562015-04-14 23:27:44 -0700128 <bundle>mvn:org.onosproject/onos-core-net/@ONOS-VERSION</bundle>
129 <bundle>mvn:org.onosproject/onos-core-common/@ONOS-VERSION</bundle>
130 <bundle>mvn:org.onosproject/onos-core-trivial/@ONOS-VERSION</bundle>
alshabib030111e2014-09-15 15:56:42 -0700131 </feature>
Sanjay Seb5eebb2015-04-24 15:44:50 +0530132
tom09419512014-08-15 11:28:43 -0700133</features>