blob: 7f9ead2265752913bebacce77e725481d864433d [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<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07003 ~ Copyright 2016-present Open Networking Foundation
Brian O'Connor7cbbbb72016-04-09 02:13:23 -07004 ~
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>
ONOS Jenkins User03e55212018-08-14 22:13:58 +000023 <version>1.14.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>
Brian O'Connor42c38cf2016-04-05 17:05:57 -070031 <dependency>
Yuta HIGUCHI1ba1e962017-12-08 12:52:19 -080032 <groupId>org.apache.felix</groupId>
Brian O'Connor42c38cf2016-04-05 17:05:57 -070033 <artifactId>org.apache.felix.scr.bnd</artifactId>
Yuta HIGUCHI1ba1e962017-12-08 12:52:19 -080034 <version>1.8.0</version>
Brian O'Connor42c38cf2016-04-05 17:05:57 -070035 </dependency>
36
37 <dependency>
38 <groupId>biz.aQute.bnd</groupId>
39 <artifactId>biz.aQute.bndlib</artifactId>
40 <version>3.1.0</version>
41 </dependency>
42 <dependency>
43 <groupId>com.google.guava</groupId>
44 <artifactId>guava</artifactId>
Brian O'Connor42c38cf2016-04-05 17:05:57 -070045 </dependency>
46 </dependencies>
Yuta HIGUCHI1ba1e962017-12-08 12:52:19 -080047</project>