blob: da8fd1cc544d0e5a8326dfe807a5ffbf93e201c6 [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>
9 <artifactId>onos-web</artifactId>
10 <version>1.0.0-SNAPSHOT</version>
11 <relativePath>../pom.xml</relativePath>
12 </parent>
13
14 <artifactId>onos-rest</artifactId>
15 <packaging>bundle</packaging>
16
17 <description>ONOS REST API</description>
18
19 <dependencies>
20 <dependency>
21 <groupId>org.onlab.onos</groupId>
tomb1260e42014-08-26 18:39:57 -070022 <artifactId>onos-core-trivial</artifactId>
tom0eb04ca2014-08-25 14:34:51 -070023 <version>1.0.0-SNAPSHOT</version>
24 <scope>test</scope>
25 </dependency>
tom0eb04ca2014-08-25 14:34:51 -070026 </dependencies>
27
28 <properties>
29 <web.context>/onos/v1</web.context>
30 </properties>
31
32</project>