tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
Thomas Vachuska | 7d693f5 | 2014-10-21 19:17:57 -0700 | [diff] [blame] | 2 | <!-- |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 3 | ~ Copyright 2014 Open Networking Laboratory |
Thomas Vachuska | 7d693f5 | 2014-10-21 19:17:57 -0700 | [diff] [blame] | 4 | ~ |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 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 |
Thomas Vachuska | 7d693f5 | 2014-10-21 19:17:57 -0700 | [diff] [blame] | 8 | ~ |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 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. |
Thomas Vachuska | 7d693f5 | 2014-10-21 19:17:57 -0700 | [diff] [blame] | 16 | --> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 17 | <features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 18 | name="onos-@FEATURE-VERSION"> |
Jian Li | 1159916 | 2016-01-15 15:46:16 -0800 | [diff] [blame] | 19 | <repository>mvn:org.apache.karaf.features/standard/3.0.5/xml/features</repository> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 20 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 21 | <feature name="onos-thirdparty-base" version="@FEATURE-VERSION" |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 22 | description="ONOS 3rd party dependencies"> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 23 | <bundle>mvn:commons-lang/commons-lang/2.6</bundle> |
Jian Li | c0c36a4 | 2016-01-08 13:41:27 -0800 | [diff] [blame] | 24 | <bundle>mvn:org.apache.commons/commons-lang3/3.4</bundle> |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 25 | <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle> |
Jian Li | c0c36a4 | 2016-01-08 13:41:27 -0800 | [diff] [blame] | 26 | <bundle>mvn:com.google.guava/guava/19.0</bundle> |
| 27 | <bundle>mvn:io.netty/netty/3.10.5.Final</bundle> |
| 28 | <bundle>mvn:io.netty/netty-common/4.0.33.Final</bundle> |
| 29 | <bundle>mvn:io.netty/netty-buffer/4.0.33.Final</bundle> |
| 30 | <bundle>mvn:io.netty/netty-transport/4.0.33.Final</bundle> |
| 31 | <bundle>mvn:io.netty/netty-handler/4.0.33.Final</bundle> |
| 32 | <bundle>mvn:io.netty/netty-codec/4.0.33.Final</bundle> |
| 33 | <bundle>mvn:io.netty/netty-transport-native-epoll/4.0.33.Final</bundle> |
Yuta HIGUCHI | 3215ebd | 2014-10-07 14:24:37 -0700 | [diff] [blame] | 34 | <bundle>mvn:commons-pool/commons-pool/1.6</bundle> |
Madan Jampani | bd6845d | 2015-02-25 11:43:48 -0800 | [diff] [blame] | 35 | <bundle>mvn:org.apache.commons/commons-math3/3.2</bundle> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 36 | |
Jian Li | c0c36a4 | 2016-01-08 13:41:27 -0800 | [diff] [blame] | 37 | <bundle>mvn:joda-time/joda-time/2.9</bundle> |
Yuta HIGUCHI | b87ef95 | 2014-10-28 23:34:23 -0700 | [diff] [blame] | 38 | |
pankaj | 208221d | 2014-10-02 15:17:52 -0700 | [diff] [blame] | 39 | <bundle>mvn:io.dropwizard.metrics/metrics-core/3.1.0</bundle> |
Pavlin Radoslavov | 64d9e47 | 2014-10-21 22:01:08 -0700 | [diff] [blame] | 40 | <bundle>mvn:io.dropwizard.metrics/metrics-json/3.1.0</bundle> |
tom | dc66b38 | 2014-09-22 17:05:47 -0700 | [diff] [blame] | 41 | <bundle>mvn:com.eclipsesource.minimal-json/minimal-json/0.9.1</bundle> |
| 42 | |
Yuta HIGUCHI | 8ee7d4c | 2014-10-09 23:09:41 -0700 | [diff] [blame] | 43 | <bundle>mvn:com.esotericsoftware/kryo/3.0.0</bundle> |
Jian Li | c0c36a4 | 2016-01-08 13:41:27 -0800 | [diff] [blame] | 44 | <bundle>mvn:com.esotericsoftware/reflectasm/1.11.0</bundle> |
Yuta HIGUCHI | 8ee7d4c | 2014-10-09 23:09:41 -0700 | [diff] [blame] | 45 | <bundle>mvn:org.ow2.asm/asm/4.2</bundle> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 46 | <bundle>mvn:com.esotericsoftware/minlog/1.3.0</bundle> |
| 47 | <bundle>mvn:org.objenesis/objenesis/2.1</bundle> |
tom | f110fff | 2014-09-26 00:38:18 -0700 | [diff] [blame] | 48 | |
Jian Li | a9a1bbd | 2016-01-22 00:34:49 -0800 | [diff] [blame] | 49 | <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.7.0</bundle> |
| 50 | <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.7.0</bundle> |
| 51 | <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.7.0</bundle> |
Thomas Vachuska | d8cf566 | 2014-10-20 17:07:57 -0700 | [diff] [blame] | 52 | |
Thomas Vachuska | a8f4e7d | 2015-01-08 17:31:55 -0800 | [diff] [blame] | 53 | <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle> |
| 54 | <bundle>mvn:commons-collections/commons-collections/3.2.1</bundle> |
| 55 | |
Madan Jampani | cb7ab08 | 2015-02-06 15:33:03 -0800 | [diff] [blame] | 56 | <bundle>mvn:com.typesafe/config/1.2.1</bundle> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 57 | <bundle>mvn:org.onosproject/onlab-thirdparty/@ONOS-VERSION</bundle> |
Yuta HIGUCHI | c195732 | 2014-11-05 23:45:00 -0800 | [diff] [blame] | 58 | |
Jonathan Hart | fcdcb4f | 2016-02-10 16:13:54 -0800 | [diff] [blame] | 59 | <bundle>mvn:com.sun.jersey/jersey-client/1.19</bundle> |
| 60 | |
Jonathan Hart | ca335e9 | 2015-03-05 10:34:32 -0800 | [diff] [blame] | 61 | <bundle>mvn:org.mapdb/mapdb/1.0.7</bundle> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 62 | </feature> |
| 63 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 64 | <feature name="onos-thirdparty-web" version="@FEATURE-VERSION" |
Thomas Vachuska | db7467a | 2015-04-17 11:06:53 -0700 | [diff] [blame] | 65 | description="ONOS 3rd party dependencies for web apps"> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 66 | <feature>war</feature> |
Thomas Vachuska | d8cf566 | 2014-10-20 17:07:57 -0700 | [diff] [blame] | 67 | <feature>onos-thirdparty-base</feature> |
Thomas Vachuska | db7467a | 2015-04-17 11:06:53 -0700 | [diff] [blame] | 68 | <!-- FIXME: we should upgrade our jersey eventually --> |
Ray Milkey | 67c2272 | 2015-03-09 15:48:57 -0700 | [diff] [blame] | 69 | <bundle>mvn:com.sun.jersey/jersey-core/1.19</bundle> |
| 70 | <bundle>mvn:com.sun.jersey/jersey-server/1.19</bundle> |
| 71 | <bundle>mvn:com.sun.jersey/jersey-servlet/1.19</bundle> |
Thomas Vachuska | 530e52a | 2015-05-06 19:51:32 -0700 | [diff] [blame] | 72 | <bundle>mvn:com.sun.jersey.contribs/jersey-multipart/1.19</bundle> |
| 73 | <bundle>mvn:org.jvnet.mimepull/mimepull/1.9.3</bundle> |
Ray Milkey | 67c2272 | 2015-03-09 15:48:57 -0700 | [diff] [blame] | 74 | <bundle>mvn:javax.ws.rs/jsr311-api/1.1.1</bundle> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 75 | </feature> |
| 76 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 77 | <feature name="onos-api" version="@FEATURE-VERSION" |
tom | e06f855 | 2014-08-26 16:58:42 -0700 | [diff] [blame] | 78 | description="ONOS services and model API"> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 79 | <feature>scr</feature> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 80 | <feature>onos-thirdparty-base</feature> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 81 | <bundle>mvn:org.onosproject/onlab-misc/@ONOS-VERSION</bundle> |
| 82 | <bundle>mvn:org.onosproject/onlab-osgi/@ONOS-VERSION</bundle> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 83 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 84 | <bundle>mvn:org.onosproject/onos-api/@ONOS-VERSION</bundle> |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 85 | <bundle>mvn:org.onosproject/onos-incubator-api/@ONOS-VERSION</bundle> |
tom | e06f855 | 2014-08-26 16:58:42 -0700 | [diff] [blame] | 86 | </feature> |
| 87 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 88 | <feature name="onos-core" version="@FEATURE-VERSION" |
tom | e06f855 | 2014-08-26 16:58:42 -0700 | [diff] [blame] | 89 | description="ONOS core components"> |
| 90 | <feature>onos-api</feature> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 91 | <bundle>mvn:org.onosproject/onos-core-net/@ONOS-VERSION</bundle> |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 92 | <bundle>mvn:org.onosproject/onos-core-common/@ONOS-VERSION</bundle> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 93 | <bundle>mvn:org.onosproject/onos-core-dist/@ONOS-VERSION</bundle> |
Thomas Vachuska | 0c409b4 | 2016-01-21 16:10:32 -0800 | [diff] [blame] | 94 | <bundle>mvn:org.onosproject/onos-core-primitives/@ONOS-VERSION</bundle> |
Aaron Kruglikov | 92511f2 | 2015-10-12 14:39:04 -0700 | [diff] [blame] | 95 | <bundle>mvn:org.onosproject/onos-core-persistence/@ONOS-VERSION</bundle> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 96 | <bundle>mvn:org.onosproject/onos-core-serializers/@ONOS-VERSION</bundle> |
Thomas Vachuska | 0c409b4 | 2016-01-21 16:10:32 -0800 | [diff] [blame] | 97 | <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle> |
tom | dc66b38 | 2014-09-22 17:05:47 -0700 | [diff] [blame] | 98 | </feature> |
| 99 | |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 100 | <feature name="onos-incubator" version="@FEATURE-VERSION" |
| 101 | description="ONOS core incubator components"> |
| 102 | <feature>onos-core</feature> |
| 103 | <bundle>mvn:org.onosproject/onos-incubator-net/@ONOS-VERSION</bundle> |
Jonathan Hart | b4a4215 | 2015-12-08 17:06:30 -0800 | [diff] [blame] | 104 | <bundle>mvn:org.onosproject/onos-incubator-core/@ONOS-VERSION</bundle> |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 105 | <bundle>mvn:org.onosproject/onos-incubator-store/@ONOS-VERSION</bundle> |
Marc De Leenheer | b31b6dc | 2015-11-18 11:50:37 -0800 | [diff] [blame] | 106 | <bundle>mvn:org.onosproject/onos-incubator-rpc/@ONOS-VERSION</bundle> |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 107 | </feature> |
| 108 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 109 | <feature name="onos-rest" version="@FEATURE-VERSION" |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 110 | description="ONOS REST API components"> |
tom | 4d0c663 | 2014-09-15 23:27:01 -0700 | [diff] [blame] | 111 | <feature>onos-api</feature> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 112 | <feature>onos-thirdparty-web</feature> |
Jonathan Hart | 4d887e8 | 2015-01-08 13:27:39 -0800 | [diff] [blame] | 113 | <bundle>mvn:org.onosproject/onlab-rest/@ONOS-VERSION</bundle> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 114 | <bundle>mvn:org.onosproject/onos-rest/@ONOS-VERSION</bundle> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 115 | </feature> |
| 116 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 117 | <feature name="onos-gui" version="@FEATURE-VERSION" |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 118 | description="ONOS GUI console components"> |
tom | 4d0c663 | 2014-09-15 23:27:01 -0700 | [diff] [blame] | 119 | <feature>onos-api</feature> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 120 | <feature>onos-thirdparty-web</feature> |
Jian Li | 1159916 | 2016-01-15 15:46:16 -0800 | [diff] [blame] | 121 | <bundle>mvn:org.eclipse.jetty/jetty-websocket/8.1.18.v20150929</bundle> |
Jonathan Hart | 4d887e8 | 2015-01-08 13:27:39 -0800 | [diff] [blame] | 122 | <bundle>mvn:org.onosproject/onlab-rest/@ONOS-VERSION</bundle> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 123 | <bundle>mvn:org.onosproject/onos-gui/@ONOS-VERSION</bundle> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 124 | </feature> |
| 125 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 126 | <feature name="onos-cli" version="@FEATURE-VERSION" |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 127 | description="ONOS admin command console components"> |
tom | 4d0c663 | 2014-09-15 23:27:01 -0700 | [diff] [blame] | 128 | <feature>onos-api</feature> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 129 | <bundle>mvn:org.onosproject/onos-cli/@ONOS-VERSION</bundle> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 130 | </feature> |
| 131 | |
Changhoon Yoon | 23dee8f | 2015-05-18 22:19:49 +0900 | [diff] [blame] | 132 | <feature name="onos-security" version="@FEATURE-VERSION" |
| 133 | description="Security-Mode ONOS"> |
Changhoon Yoon | 541ef71 | 2015-05-23 17:18:34 +0900 | [diff] [blame] | 134 | <feature>onos-api</feature> |
Brian O'Connor | 1be4e6e | 2015-09-04 14:59:45 -0700 | [diff] [blame] | 135 | <bundle>mvn:org.onosproject/org.apache.felix.framework.security/2.2.0.onos</bundle> |
Changhoon Yoon | b856b81 | 2015-08-10 03:47:19 +0900 | [diff] [blame] | 136 | <bundle>mvn:org.onosproject/onos-security/@ONOS-VERSION</bundle> |
Changhoon Yoon | 23dee8f | 2015-05-18 22:19:49 +0900 | [diff] [blame] | 137 | </feature> |
| 138 | |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 139 | </features> |