blob: b70bbe553b8ebc2b8180f3d94b0c7cc10d4bd516 [file] [log] [blame]
tom5f38b3a2014-08-27 23:50:54 -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>onlab-utils</artifactId>
10 <version>1.0.0-SNAPSHOT</version>
11 <relativePath>../pom.xml</relativePath>
12 </parent>
13
14 <artifactId>onlab-misc</artifactId>
15 <packaging>bundle</packaging>
16
17 <description>Miscellaneous ON.Lab utilities</description>
18
19 <dependencies>
tome3489412014-08-29 02:30:38 -070020 <dependency>
21 <groupId>com.google.guava</groupId>
22 <artifactId>guava-testlib</artifactId>
tome3489412014-08-29 02:30:38 -070023 <scope>test</scope>
24 </dependency>
alshabib289652c2014-09-07 19:09:28 -070025 <dependency>
26 <groupId>io.netty</groupId>
27 <artifactId>netty</artifactId>
alshabibdf652ad2014-09-09 11:53:19 -070028 </dependency>
29 <dependency>
30 <groupId>commons-lang</groupId>
31 <artifactId>commons-lang</artifactId>
alshabib289652c2014-09-07 19:09:28 -070032 </dependency>
Yuta HIGUCHI24a086b2014-09-21 23:28:41 -070033 <dependency>
34 <groupId>com.esotericsoftware.kryo</groupId>
35 <artifactId>kryo</artifactId>
36 </dependency>
37 <dependency>
38 <groupId>org.apache.commons</groupId>
39 <artifactId>commons-lang3</artifactId>
40 </dependency>
tom5f38b3a2014-08-27 23:50:54 -070041 </dependencies>
42
43</project>