blob: c68f76d09070e7044e6f1eeeca579f03e6adacde [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6
7 <parent>
8 <groupId>org.onlab.onos</groupId>
tom94bb4a42014-08-27 22:12:02 -07009 <artifactId>onlab-utils</artifactId>
tom0eb04ca2014-08-25 14:34:51 -070010 <version>1.0.0-SNAPSHOT</version>
11 <relativePath>../pom.xml</relativePath>
12 </parent>
13
tom94bb4a42014-08-27 22:12:02 -070014 <artifactId>onlab-osgi</artifactId>
tom0eb04ca2014-08-25 14:34:51 -070015 <packaging>bundle</packaging>
16
tom94bb4a42014-08-27 22:12:02 -070017 <description>ON.Lab OSGI utilities</description>
tom0eb04ca2014-08-25 14:34:51 -070018
19 <dependencies>
20 <dependency>
21 <groupId>org.osgi</groupId>
22 <artifactId>org.osgi.core</artifactId>
23 </dependency>
24 </dependencies>
25
26</project>