Brian O'Connor | 42c38cf | 2016-04-05 17:05:57 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Brian O'Connor | 7cbbbb7 | 2016-04-09 02:13:23 -0700 | [diff] [blame] | 2 | <!-- |
| 3 | ~ Copyright 2016-present Open Networking Laboratory |
| 4 | ~ |
| 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 |
| 8 | ~ |
| 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. |
| 16 | --> |
Brian O'Connor | 42c38cf | 2016-04-05 17:05:57 -0700 | [diff] [blame] | 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 20 | <parent> |
| 21 | <artifactId>onlab-utils</artifactId> |
| 22 | <groupId>org.onosproject</groupId> |
Thomas Vachuska | 389f108 | 2016-06-08 17:57:28 -0700 | [diff] [blame] | 23 | <version>1.6.0-SNAPSHOT</version> |
Brian O'Connor | 42c38cf | 2016-04-05 17:05:57 -0700 | [diff] [blame] | 24 | </parent> |
| 25 | <modelVersion>4.0.0</modelVersion> |
| 26 | |
| 27 | <artifactId>osgiwrap</artifactId> |
| 28 | <version>0.9-SNAPSHOT</version> |
| 29 | |
| 30 | <dependencies> |
| 31 | <!-- TODO update this to org.apache.felix when changes are merged upstream --> |
| 32 | <dependency> |
| 33 | <groupId>org.onosproject</groupId> |
| 34 | <artifactId>org.apache.felix.scr.bnd</artifactId> |
| 35 | <version>1.4.1-SNAPSHOT</version> |
| 36 | </dependency> |
| 37 | |
| 38 | <dependency> |
| 39 | <groupId>biz.aQute.bnd</groupId> |
| 40 | <artifactId>biz.aQute.bndlib</artifactId> |
| 41 | <version>3.1.0</version> |
| 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>com.google.guava</groupId> |
| 45 | <artifactId>guava</artifactId> |
| 46 | <version>19.0</version> |
| 47 | </dependency> |
| 48 | </dependencies> |
| 49 | </project> |