blob: 1cd580f2aac17a8eed89dcd77a9442f3d33eb75b [file] [log] [blame]
alshabibe1cf87d2014-10-17 09:23:50 -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>
9 <artifactId>onos-providers</artifactId>
10 <version>1.0.0-SNAPSHOT</version>
11 <relativePath>../pom.xml</relativePath>
12 </parent>
13
14
15 <artifactId>onos-host-provider</artifactId>
16 <packaging>bundle</packaging>
17
18 <description>ONOS host tracking provider</description>
alshabib875d6262014-10-17 16:19:40 -070019 <dependencies>
20 <dependency>
21 <groupId>org.onlab.onos</groupId>
22 <artifactId>onos-api</artifactId>
23 <classifier>tests</classifier>
24 <scope>test</scope>
25 </dependency>
26 </dependencies>
27
28
alshabibe1cf87d2014-10-17 09:23:50 -070029
30</project>