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"> |
Thomas Vachuska | 62ad95f | 2015-02-18 12:11:36 -0800 | [diff] [blame] | 19 | <repository>mvn:org.onosproject/onos-features/@ONOS-VERSION/xml/features |
| 20 | </repository> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 21 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 22 | <feature name="onos-thirdparty-base" version="@FEATURE-VERSION" |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 23 | description="ONOS 3rd party dependencies"> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 24 | <bundle>mvn:commons-lang/commons-lang/2.6</bundle> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 25 | <bundle>mvn:org.apache.commons/commons-lang3/3.3.2</bundle> |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 26 | <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 27 | <bundle>mvn:com.google.guava/guava/18.0</bundle> |
alshabib | eec3a06 | 2014-09-17 18:01:26 -0700 | [diff] [blame] | 28 | <bundle>mvn:io.netty/netty/3.9.2.Final</bundle> |
Yuta HIGUCHI | 3215ebd | 2014-10-07 14:24:37 -0700 | [diff] [blame] | 29 | <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 Jampani | ebf5160 | 2014-10-21 14:01:25 -0700 | [diff] [blame] | 34 | <bundle>mvn:io.netty/netty-transport-native-epoll/4.0.23.Final</bundle> |
Yuta HIGUCHI | 3215ebd | 2014-10-07 14:24:37 -0700 | [diff] [blame] | 35 | <bundle>mvn:commons-pool/commons-pool/1.6</bundle> |
Madan Jampani | bd6845d | 2015-02-25 11:43:48 -0800 | [diff] [blame] | 36 | <bundle>mvn:org.apache.commons/commons-math3/3.2</bundle> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 37 | |
Yuta HIGUCHI | b87ef95 | 2014-10-28 23:34:23 -0700 | [diff] [blame] | 38 | <bundle>mvn:joda-time/joda-time/2.5</bundle> |
| 39 | |
pankaj | 208221d | 2014-10-02 15:17:52 -0700 | [diff] [blame] | 40 | <bundle>mvn:io.dropwizard.metrics/metrics-core/3.1.0</bundle> |
Pavlin Radoslavov | 64d9e47 | 2014-10-21 22:01:08 -0700 | [diff] [blame] | 41 | <bundle>mvn:io.dropwizard.metrics/metrics-json/3.1.0</bundle> |
tom | dc66b38 | 2014-09-22 17:05:47 -0700 | [diff] [blame] | 42 | <bundle>mvn:com.eclipsesource.minimal-json/minimal-json/0.9.1</bundle> |
| 43 | |
Yuta HIGUCHI | 8ee7d4c | 2014-10-09 23:09:41 -0700 | [diff] [blame] | 44 | <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> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 47 | <bundle>mvn:com.esotericsoftware/minlog/1.3.0</bundle> |
| 48 | <bundle>mvn:org.objenesis/objenesis/2.1</bundle> |
tom | f110fff | 2014-09-26 00:38:18 -0700 | [diff] [blame] | 49 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 50 | <bundle>mvn:org.onosproject/onlab-nio/@ONOS-VERSION</bundle> |
Jonathan Hart | 74f9c3b | 2014-09-29 20:03:50 -0700 | [diff] [blame] | 51 | |
Thomas Vachuska | d8cf566 | 2014-10-20 17:07:57 -0700 | [diff] [blame] | 52 | <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 Vachuska | a8f4e7d | 2015-01-08 17:31:55 -0800 | [diff] [blame] | 56 | <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle> |
| 57 | <bundle>mvn:commons-collections/commons-collections/3.2.1</bundle> |
| 58 | |
Thomas Vachuska | d8cf566 | 2014-10-20 17:07:57 -0700 | [diff] [blame] | 59 | <!-- FIXME: we should switch to use fasterxml jackson --> |
Thomas Vachuska | cce11ca | 2014-10-16 11:52:29 -0700 | [diff] [blame] | 60 | <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 Vachuska | d8cf566 | 2014-10-20 17:07:57 -0700 | [diff] [blame] | 62 | |
Madan Jampani | cb7ab08 | 2015-02-06 15:33:03 -0800 | [diff] [blame] | 63 | <bundle>mvn:com.typesafe/config/1.2.1</bundle> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 64 | <bundle>mvn:org.onosproject/onlab-thirdparty/@ONOS-VERSION</bundle> |
Yuta HIGUCHI | c195732 | 2014-11-05 23:45:00 -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> |
Thomas Vachuska | db7467a | 2015-04-17 11:06:53 -0700 | [diff] [blame] | 73 | <!-- FIXME: we should upgrade our jersey eventually --> |
Ray Milkey | 67c2272 | 2015-03-09 15:48:57 -0700 | [diff] [blame] | 74 | <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 Vachuska | 530e52a | 2015-05-06 19:51:32 -0700 | [diff] [blame] | 77 | <bundle>mvn:com.sun.jersey.contribs/jersey-multipart/1.19</bundle> |
| 78 | <bundle>mvn:org.jvnet.mimepull/mimepull/1.9.3</bundle> |
Ray Milkey | 67c2272 | 2015-03-09 15:48:57 -0700 | [diff] [blame] | 79 | <bundle>mvn:javax.ws.rs/jsr311-api/1.1.1</bundle> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 80 | </feature> |
| 81 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 82 | <feature name="onos-api" version="@FEATURE-VERSION" |
tom | e06f855 | 2014-08-26 16:58:42 -0700 | [diff] [blame] | 83 | description="ONOS services and model API"> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 84 | <feature>scr</feature> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 85 | <feature>onos-thirdparty-base</feature> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 86 | <bundle>mvn:org.onosproject/onlab-misc/@ONOS-VERSION</bundle> |
| 87 | <bundle>mvn:org.onosproject/onlab-osgi/@ONOS-VERSION</bundle> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 88 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 89 | <bundle>mvn:org.onosproject/onos-api/@ONOS-VERSION</bundle> |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 90 | <bundle>mvn:org.onosproject/onos-incubator-api/@ONOS-VERSION</bundle> |
tom | e06f855 | 2014-08-26 16:58:42 -0700 | [diff] [blame] | 91 | </feature> |
| 92 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 93 | <feature name="onos-core" version="@FEATURE-VERSION" |
tom | e06f855 | 2014-08-26 16:58:42 -0700 | [diff] [blame] | 94 | description="ONOS core components"> |
| 95 | <feature>onos-api</feature> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 96 | <bundle>mvn:org.onosproject/onos-core-net/@ONOS-VERSION</bundle> |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 97 | <bundle>mvn:org.onosproject/onos-core-common/@ONOS-VERSION</bundle> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 98 | <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> |
tom | dc66b38 | 2014-09-22 17:05:47 -0700 | [diff] [blame] | 101 | </feature> |
| 102 | |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 103 | <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'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 110 | <feature name="onos-rest" version="@FEATURE-VERSION" |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 111 | description="ONOS REST API components"> |
tom | 4d0c663 | 2014-09-15 23:27:01 -0700 | [diff] [blame] | 112 | <feature>onos-api</feature> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 113 | <feature>onos-thirdparty-web</feature> |
Jonathan Hart | 4d887e8 | 2015-01-08 13:27:39 -0800 | [diff] [blame] | 114 | <bundle>mvn:org.onosproject/onlab-rest/@ONOS-VERSION</bundle> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 115 | <bundle>mvn:org.onosproject/onos-rest/@ONOS-VERSION</bundle> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 116 | </feature> |
| 117 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 118 | <feature name="onos-gui" version="@FEATURE-VERSION" |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 119 | description="ONOS GUI console components"> |
tom | 4d0c663 | 2014-09-15 23:27:01 -0700 | [diff] [blame] | 120 | <feature>onos-api</feature> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 121 | <feature>onos-thirdparty-web</feature> |
Thomas Vachuska | 7d638d3 | 2014-11-07 10:24:43 -0800 | [diff] [blame] | 122 | <bundle>mvn:org.eclipse.jetty/jetty-websocket/8.1.15.v20140411</bundle> |
Jonathan Hart | 4d887e8 | 2015-01-08 13:27:39 -0800 | [diff] [blame] | 123 | <bundle>mvn:org.onosproject/onlab-rest/@ONOS-VERSION</bundle> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 124 | <bundle>mvn:org.onosproject/onos-gui/@ONOS-VERSION</bundle> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 125 | </feature> |
| 126 | |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 127 | <feature name="onos-cli" version="@FEATURE-VERSION" |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 128 | description="ONOS admin command console components"> |
tom | 4d0c663 | 2014-09-15 23:27:01 -0700 | [diff] [blame] | 129 | <feature>onos-api</feature> |
Brian O'Connor | 992741f | 2014-12-04 00:10:36 -0800 | [diff] [blame] | 130 | <bundle>mvn:org.onosproject/onos-cli/@ONOS-VERSION</bundle> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 131 | </feature> |
| 132 | |
Changhoon Yoon | 23dee8f | 2015-05-18 22:19:49 +0900 | [diff] [blame] | 133 | <feature name="onos-security" version="@FEATURE-VERSION" |
| 134 | description="Security-Mode ONOS"> |
| 135 | <!--<bundle>mvn:org.onosproject/onos-security-felix/2.2.0-ONOS</bundle>--> |
| 136 | <bundle>mvn:org.onosproject/onos-security-impl/@ONOS-VERSION</bundle> |
| 137 | <bundle>mvn:org.onosproject/onos-security-util/@ONOS-VERSION</bundle> |
| 138 | </feature> |
| 139 | |
Thomas Vachuska | a7a0f56 | 2015-04-14 23:27:44 -0700 | [diff] [blame] | 140 | <!-- Deprecated! For standalone testing only. --> |
Thomas Vachuska | a7a0f56 | 2015-04-14 23:27:44 -0700 | [diff] [blame] | 141 | <feature name="onos-core-trivial" version="@FEATURE-VERSION" |
Thomas Vachuska | db7467a | 2015-04-17 11:06:53 -0700 | [diff] [blame] | 142 | description="ONOS trivial core components"> |
tom | 4d0c663 | 2014-09-15 23:27:01 -0700 | [diff] [blame] | 143 | <feature>onos-api</feature> |
Thomas Vachuska | a7a0f56 | 2015-04-14 23:27:44 -0700 | [diff] [blame] | 144 | <bundle>mvn:org.onosproject/onos-core-net/@ONOS-VERSION</bundle> |
| 145 | <bundle>mvn:org.onosproject/onos-core-common/@ONOS-VERSION</bundle> |
| 146 | <bundle>mvn:org.onosproject/onos-core-trivial/@ONOS-VERSION</bundle> |
alshabib | 030111e | 2014-09-15 15:56:42 -0700 | [diff] [blame] | 147 | </feature> |
Sanjay S | eb5eebb | 2015-04-24 15:44:50 +0530 | [diff] [blame] | 148 | |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 149 | </features> |