blob: eb0d3f2c79e01bd2a8d6998b3fcf683d2dd057f3 [file] [log] [blame]
Brian O'Connor42c38cf2016-04-05 17:05:57 -07001<?xml version="1.0" encoding="UTF-8"?>
Brian O'Connor7cbbbb72016-04-09 02:13:23 -07002<!--
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'Connor42c38cf2016-04-05 17:05:57 -070017<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>
Brian O'Connore642f7c2016-05-23 18:33:04 -070023 <version>1.7.0-SNAPSHOT</version>
Brian O'Connor42c38cf2016-04-05 17:05:57 -070024 </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>