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 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 3 | ~ Copyright 2014-present Open Networking Foundation |
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"> |
Jon Hall | b84df5d | 2017-01-31 11:19:48 -0800 | [diff] [blame] | 19 | <repository>mvn:org.apache.karaf.features/standard/3.0.8/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> |
Yuta HIGUCHI | 5fd61a8 | 2017-02-02 12:30:38 -0800 | [diff] [blame] | 24 | <bundle>mvn:org.apache.commons/commons-lang3/3.5</bundle> |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 25 | <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle> |
Yuta HIGUCHI | 16b6efd | 2017-05-23 11:28:38 -0700 | [diff] [blame] | 26 | <bundle>mvn:com.google.guava/guava/22.0</bundle> |
Jian Li | c0c36a4 | 2016-01-08 13:41:27 -0800 | [diff] [blame] | 27 | <bundle>mvn:io.netty/netty/3.10.5.Final</bundle> |
Aaron Kruglikov | 0c9b9ae | 2017-06-13 18:31:59 -0700 | [diff] [blame] | 28 | <bundle>mvn:io.netty/netty-common/4.1.8.Final</bundle> |
| 29 | <bundle>mvn:io.netty/netty-buffer/4.1.8.Final</bundle> |
| 30 | <bundle>mvn:io.netty/netty-transport/4.1.8.Final</bundle> |
| 31 | <bundle>mvn:io.netty/netty-handler/4.1.8.Final</bundle> |
| 32 | <bundle>mvn:io.netty/netty-codec/4.1.8.Final</bundle> |
| 33 | <bundle>mvn:io.netty/netty-transport-native-epoll/4.1.8.Final</bundle> |
| 34 | <bundle>mvn:io.netty/netty-resolver/4.1.8.Final</bundle> |
Aaron Kruglikov | 9f95f99 | 2017-06-23 14:15:25 +0900 | [diff] [blame] | 35 | <bundle>mvn:io.netty/netty-codec-http2/4.1.8.Final</bundle> |
| 36 | <bundle>mvn:io.netty/netty-codec-http/4.1.8.Final</bundle> |
Yuta HIGUCHI | 3215ebd | 2014-10-07 14:24:37 -0700 | [diff] [blame] | 37 | <bundle>mvn:commons-pool/commons-pool/1.6</bundle> |
Jian Li | 3276d15 | 2016-04-13 15:30:32 -0700 | [diff] [blame] | 38 | <bundle>mvn:org.apache.commons/commons-math3/3.6.1</bundle> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 39 | |
Jian Li | 0a119fe | 2016-04-13 14:24:20 -0700 | [diff] [blame] | 40 | <bundle>mvn:joda-time/joda-time/2.9.3</bundle> |
Yuta HIGUCHI | b87ef95 | 2014-10-28 23:34:23 -0700 | [diff] [blame] | 41 | |
Jian Li | d3f9dd6 | 2017-05-23 01:45:17 +0900 | [diff] [blame] | 42 | <bundle>mvn:io.dropwizard.metrics/metrics-core/3.2.2</bundle> |
| 43 | <bundle>mvn:io.dropwizard.metrics/metrics-json/3.2.2</bundle> |
Andrea Campanella | 1498a1c | 2016-04-08 14:53:43 -0700 | [diff] [blame] | 44 | <bundle>mvn:com.eclipsesource.minimal-json/minimal-json/0.9.4</bundle> |
tom | dc66b38 | 2014-09-22 17:05:47 -0700 | [diff] [blame] | 45 | |
Yuta HIGUCHI | 86f142f | 2016-07-09 17:44:09 -0700 | [diff] [blame] | 46 | <bundle>mvn:com.esotericsoftware/kryo/4.0.0</bundle> |
| 47 | <bundle>mvn:com.esotericsoftware/reflectasm/1.11.3</bundle> |
| 48 | <bundle>mvn:org.ow2.asm/asm/5.0.4</bundle> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 49 | <bundle>mvn:com.esotericsoftware/minlog/1.3.0</bundle> |
Brian O'Connor | b11773e | 2016-04-04 14:09:10 -0700 | [diff] [blame] | 50 | <bundle>mvn:org.objenesis/objenesis/2.2</bundle> |
tom | f110fff | 2014-09-26 00:38:18 -0700 | [diff] [blame] | 51 | |
Jian Li | 7afc172 | 2017-05-23 01:20:27 +0900 | [diff] [blame] | 52 | <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.8.8</bundle> |
| 53 | <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.8.8</bundle> |
| 54 | <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.8.8</bundle> |
Thomas Vachuska | d8cf566 | 2014-10-20 17:07:57 -0700 | [diff] [blame] | 55 | |
Thomas Vachuska | a8f4e7d | 2015-01-08 17:31:55 -0800 | [diff] [blame] | 56 | <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle> |
Jian Li | 1f18d79 | 2016-04-08 15:16:50 -0700 | [diff] [blame] | 57 | <bundle>mvn:commons-collections/commons-collections/3.2.2</bundle> |
Thomas Vachuska | a8f4e7d | 2015-01-08 17:31:55 -0800 | [diff] [blame] | 58 | |
Madan Jampani | cb7ab08 | 2015-02-06 15:33:03 -0800 | [diff] [blame] | 59 | <bundle>mvn:com.typesafe/config/1.2.1</bundle> |
Yuta HIGUCHI | 9da6845 | 2017-01-06 11:45:02 -0800 | [diff] [blame] | 60 | <bundle>mvn:com.googlecode.concurrent-trees/concurrent-trees/2.6.0</bundle> |
Brian O'Connor | 344ea7a | 2016-04-04 14:08:33 -0700 | [diff] [blame] | 61 | <bundle>mvn:commons-io/commons-io/2.4</bundle> |
Jordan Halterman | b5835a3 | 2017-11-06 17:53:33 -0800 | [diff] [blame] | 62 | <bundle>mvn:io.atomix/atomix/2.0.6</bundle> |
Yuta HIGUCHI | c195732 | 2014-11-05 23:45:00 -0800 | [diff] [blame] | 63 | |
Jian Li | 112890b | 2017-04-25 22:27:49 +0900 | [diff] [blame] | 64 | <bundle>mvn:org.glassfish.jersey.core/jersey-client/2.25.1</bundle> |
Jonathan Hart | fcdcb4f | 2016-02-10 16:13:54 -0800 | [diff] [blame] | 65 | |
Jonathan Hart | ca335e9 | 2015-03-05 10:34:32 -0800 | [diff] [blame] | 66 | <bundle>mvn:org.mapdb/mapdb/1.0.7</bundle> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 67 | </feature> |
| 68 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 69 | <feature name="onos-thirdparty-web" version="@FEATURE-VERSION" |
Thomas Vachuska | db7467a | 2015-04-17 11:06:53 -0700 | [diff] [blame] | 70 | description="ONOS 3rd party dependencies for web apps"> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 71 | <feature>war</feature> |
Thomas Vachuska | d8cf566 | 2014-10-20 17:07:57 -0700 | [diff] [blame] | 72 | <feature>onos-thirdparty-base</feature> |
Jian Li | 9d61649 | 2016-03-09 10:52:49 -0800 | [diff] [blame] | 73 | <!-- Bundles for jersey-common 2.x --> |
Jian Li | 112890b | 2017-04-25 22:27:49 +0900 | [diff] [blame] | 74 | <bundle>mvn:org.glassfish.jersey.core/jersey-common/2.25.1</bundle> |
Jian Li | 9d61649 | 2016-03-09 10:52:49 -0800 | [diff] [blame] | 75 | <bundle>mvn:javax.annotation/javax.annotation-api/1.2</bundle> |
| 76 | <bundle>mvn:javax.ws.rs/javax.ws.rs-api/2.0.1</bundle> |
Jian Li | 112890b | 2017-04-25 22:27:49 +0900 | [diff] [blame] | 77 | <bundle>mvn:org.glassfish.hk2/hk2-api/2.5.0-b32</bundle> |
| 78 | <bundle>mvn:org.glassfish.hk2/hk2-locator/2.5.0-b32</bundle> |
Jian Li | 9d61649 | 2016-03-09 10:52:49 -0800 | [diff] [blame] | 79 | <bundle>mvn:org.glassfish.hk2/osgi-resource-locator/1.0.1</bundle> |
Jian Li | 112890b | 2017-04-25 22:27:49 +0900 | [diff] [blame] | 80 | <bundle>mvn:org.glassfish.hk2.external/javax.inject/2.5.0-b32</bundle> |
| 81 | <bundle>mvn:org.glassfish.jersey.bundles.repackaged/jersey-guava/2.25.1</bundle> |
Jian Li | 9d61649 | 2016-03-09 10:52:49 -0800 | [diff] [blame] | 82 | <!-- Bundles for jersey-server --> |
Jian Li | 112890b | 2017-04-25 22:27:49 +0900 | [diff] [blame] | 83 | <bundle>mvn:org.glassfish.jersey.core/jersey-server/2.25.1</bundle> |
| 84 | <bundle>mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.5.0-b32</bundle> |
| 85 | <bundle>mvn:org.glassfish.hk2/hk2-utils/2.5.0-b32</bundle> |
Jian Li | 9d61649 | 2016-03-09 10:52:49 -0800 | [diff] [blame] | 86 | <bundle>mvn:javax.validation/validation-api/1.1.0.Final</bundle> |
Jian Li | b39bf99 | 2017-01-18 10:18:41 -0800 | [diff] [blame] | 87 | <bundle>mvn:org.javassist/javassist/3.20.0-GA</bundle> |
Jian Li | 9d61649 | 2016-03-09 10:52:49 -0800 | [diff] [blame] | 88 | <!-- Bundles for jersey-servlet --> |
Jian Li | 112890b | 2017-04-25 22:27:49 +0900 | [diff] [blame] | 89 | <bundle>mvn:org.glassfish.jersey.containers/jersey-container-servlet/2.25.1</bundle> |
| 90 | <bundle>mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/2.25.1</bundle> |
Jian Li | 9d61649 | 2016-03-09 10:52:49 -0800 | [diff] [blame] | 91 | <!-- Bundles for jersey-media-multipart --> |
Jian Li | 112890b | 2017-04-25 22:27:49 +0900 | [diff] [blame] | 92 | <bundle>mvn:org.glassfish.jersey.media/jersey-media-multipart/2.25.1</bundle> |
Jian Li | 9d61649 | 2016-03-09 10:52:49 -0800 | [diff] [blame] | 93 | <bundle>mvn:org.jvnet.mimepull/mimepull/1.9.6</bundle> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 94 | </feature> |
| 95 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 96 | <feature name="onos-api" version="@FEATURE-VERSION" |
tom | e06f855 | 2014-08-26 16:58:42 -0700 | [diff] [blame] | 97 | description="ONOS services and model API"> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 98 | <feature>scr</feature> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 99 | <feature>onos-thirdparty-base</feature> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 100 | <bundle>mvn:org.onosproject/onlab-misc/@ONOS-VERSION</bundle> |
| 101 | <bundle>mvn:org.onosproject/onlab-osgi/@ONOS-VERSION</bundle> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 102 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 103 | <bundle>mvn:org.onosproject/onos-api/@ONOS-VERSION</bundle> |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 104 | <bundle>mvn:org.onosproject/onos-incubator-api/@ONOS-VERSION</bundle> |
tom | e06f855 | 2014-08-26 16:58:42 -0700 | [diff] [blame] | 105 | </feature> |
| 106 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 107 | <feature name="onos-core" version="@FEATURE-VERSION" |
tom | e06f855 | 2014-08-26 16:58:42 -0700 | [diff] [blame] | 108 | description="ONOS core components"> |
| 109 | <feature>onos-api</feature> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 110 | <bundle>mvn:org.onosproject/onos-core-net/@ONOS-VERSION</bundle> |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 111 | <bundle>mvn:org.onosproject/onos-core-common/@ONOS-VERSION</bundle> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 112 | <bundle>mvn:org.onosproject/onos-core-dist/@ONOS-VERSION</bundle> |
Thomas Vachuska | 0c409b4 | 2016-01-21 16:10:32 -0800 | [diff] [blame] | 113 | <bundle>mvn:org.onosproject/onos-core-primitives/@ONOS-VERSION</bundle> |
Aaron Kruglikov | 92511f2 | 2015-10-12 14:39:04 -0700 | [diff] [blame] | 114 | <bundle>mvn:org.onosproject/onos-core-persistence/@ONOS-VERSION</bundle> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 115 | <bundle>mvn:org.onosproject/onos-core-serializers/@ONOS-VERSION</bundle> |
tom | dc66b38 | 2014-09-22 17:05:47 -0700 | [diff] [blame] | 116 | </feature> |
| 117 | |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 118 | <feature name="onos-incubator" version="@FEATURE-VERSION" |
| 119 | description="ONOS core incubator components"> |
| 120 | <feature>onos-core</feature> |
| 121 | <bundle>mvn:org.onosproject/onos-incubator-net/@ONOS-VERSION</bundle> |
Jonathan Hart | b4a4215 | 2015-12-08 17:06:30 -0800 | [diff] [blame] | 122 | <bundle>mvn:org.onosproject/onos-incubator-core/@ONOS-VERSION</bundle> |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 123 | <bundle>mvn:org.onosproject/onos-incubator-store/@ONOS-VERSION</bundle> |
Marc De Leenheer | b31b6dc | 2015-11-18 11:50:37 -0800 | [diff] [blame] | 124 | <bundle>mvn:org.onosproject/onos-incubator-rpc/@ONOS-VERSION</bundle> |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 125 | </feature> |
| 126 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 127 | <feature name="onos-rest" version="@FEATURE-VERSION" |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 128 | description="ONOS REST API components"> |
tom | 4d0c663 | 2014-09-15 23:27:01 -0700 | [diff] [blame] | 129 | <feature>onos-api</feature> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 130 | <feature>onos-thirdparty-web</feature> |
Jonathan Hart | 4d887e8 | 2015-01-08 13:27:39 -0800 | [diff] [blame] | 131 | <bundle>mvn:org.onosproject/onlab-rest/@ONOS-VERSION</bundle> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 132 | <bundle>mvn:org.onosproject/onos-rest/@ONOS-VERSION</bundle> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 133 | </feature> |
| 134 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 135 | <feature name="onos-gui" version="@FEATURE-VERSION" |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 136 | description="ONOS GUI console components"> |
tom | 4d0c663 | 2014-09-15 23:27:01 -0700 | [diff] [blame] | 137 | <feature>onos-api</feature> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 138 | <feature>onos-thirdparty-web</feature> |
Jian Li | 3276d15 | 2016-04-13 15:30:32 -0700 | [diff] [blame] | 139 | <bundle>mvn:org.eclipse.jetty/jetty-websocket/8.1.19.v20160209</bundle> |
Jonathan Hart | 4d887e8 | 2015-01-08 13:27:39 -0800 | [diff] [blame] | 140 | <bundle>mvn:org.onosproject/onlab-rest/@ONOS-VERSION</bundle> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 141 | <bundle>mvn:org.onosproject/onos-gui/@ONOS-VERSION</bundle> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 142 | </feature> |
| 143 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 144 | <feature name="onos-cli" version="@FEATURE-VERSION" |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 145 | description="ONOS admin command console components"> |
tom | 4d0c663 | 2014-09-15 23:27:01 -0700 | [diff] [blame] | 146 | <feature>onos-api</feature> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 147 | <bundle>mvn:org.onosproject/onos-cli/@ONOS-VERSION</bundle> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 148 | </feature> |
| 149 | |
Changhoon Yoon | 23dee8f | 2015-05-18 22:19:49 +0900 | [diff] [blame] | 150 | <feature name="onos-security" version="@FEATURE-VERSION" |
| 151 | description="Security-Mode ONOS"> |
Changhoon Yoon | 541ef71 | 2015-05-23 17:18:34 +0900 | [diff] [blame] | 152 | <feature>onos-api</feature> |
Brian O'Connor | 1be4e6e | 2015-09-04 14:59:45 -0700 | [diff] [blame] | 153 | <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] | 154 | <bundle>mvn:org.onosproject/onos-security/@ONOS-VERSION</bundle> |
Changhoon Yoon | 23dee8f | 2015-05-18 22:19:49 +0900 | [diff] [blame] | 155 | </feature> |
| 156 | |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 157 | </features> |