blob: 0ce3913c1f0b5f5c1a751da426e901328807bb40 [file] [log] [blame]
Pavlin Radoslavov64d9e472014-10-21 22:01:08 -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-apps</artifactId>
10 <version>1.0.0-SNAPSHOT</version>
11 <relativePath>../pom.xml</relativePath>
12 </parent>
13
14 <artifactId>onos-app-metrics</artifactId>
15 <packaging>pom</packaging>
16
17 <description>ONOS metrics applications</description>
18
19 <modules>
20 <module>topology</module>
21 </modules>
22
23 <dependencies>
24 <dependency>
25 <groupId>org.onlab.onos</groupId>
26 <artifactId>onlab-misc</artifactId>
27 </dependency>
28
29 <dependency>
30 <groupId>com.fasterxml.jackson.core</groupId>
31 <artifactId>jackson-databind</artifactId>
32 </dependency>
33 <dependency>
34 <groupId>com.fasterxml.jackson.core</groupId>
35 <artifactId>jackson-annotations</artifactId>
36 </dependency>
37
38 </dependencies>
39
40</project>