tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
| 2 | <!-- |
| 3 | ~ Copyright (c) 2014 Hewlett-Packard Development Company, L.P. |
| 4 | ~ |
| 5 | ~ This program and the accompanying materials are made available under the |
| 6 | ~ terms of the Eclipse Public License v1.0 which accompanies this distribution, |
| 7 | ~ and is available at http://www.eclipse.org/legal/epl-v10.html |
| 8 | --> |
| 9 | |
| 10 | <features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" |
| 11 | name="net.onrc.onos-1.0.0"> |
| 12 | <repository>mvn:net.onrc.onos/onos-features/1.0.0-SNAPSHOT/xml/features</repository> |
| 13 | |
| 14 | <feature name="thirdparty" version="1.0.0" |
| 15 | description="ONOS 3rd party dependencies"> |
| 16 | <bundle>mvn:com.google.code.findbugs/annotations/2.0.2</bundle> |
| 17 | <bundle>mvn:io.netty/netty/3.9.2.Final</bundle> |
| 18 | <bundle>mvn:com.google.guava/guava/17.0</bundle> |
| 19 | <bundle>mvn:com.google.guava/guava/15.0</bundle> |
| 20 | |
| 21 | </feature> |
| 22 | |
| 23 | <feature name="base" version="1.0.0" |
| 24 | description="ONOS Base"> |
| 25 | <feature>scr</feature> |
| 26 | <feature>thirdparty</feature> |
| 27 | <bundle>mvn:net.onrc.onos.sb/onos-sb/0.0.1</bundle> |
| 28 | <bundle>mvn:org.projectfloodlight/openflowj/0.3.6-SNAPSHOT</bundle> |
| 29 | </feature> |
| 30 | |
| 31 | </features> |