tom | 5f38b3a | 2014-08-27 23:50:54 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Thomas Vachuska | 24c849c | 2014-10-27 09:53:05 -0700 | [diff] [blame] | 2 | <!-- |
| 3 | ~ Licensed to the Apache Software Foundation (ASF) under one |
| 4 | ~ or more contributor license agreements. See the NOTICE file |
| 5 | ~ distributed with this work for additional information |
| 6 | ~ regarding copyright ownership. The ASF licenses this file |
| 7 | ~ to you under the Apache License, Version 2.0 (the |
| 8 | ~ "License"); you may not use this file except in compliance |
| 9 | ~ with the License. You may obtain a copy of the License at |
| 10 | ~ |
| 11 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | ~ |
| 13 | ~ Unless required by applicable law or agreed to in writing, |
| 14 | ~ software distributed under the License is distributed on an |
| 15 | ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | ~ KIND, either express or implied. See the License for the |
| 17 | ~ specific language governing permissions and limitations |
| 18 | ~ under the License. |
| 19 | --> |
tom | 5f38b3a | 2014-08-27 23:50:54 -0700 | [diff] [blame] | 20 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 21 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | |
| 25 | <parent> |
| 26 | <groupId>org.onlab.onos</groupId> |
| 27 | <artifactId>onlab-utils</artifactId> |
| 28 | <version>1.0.0-SNAPSHOT</version> |
| 29 | <relativePath>../pom.xml</relativePath> |
| 30 | </parent> |
| 31 | |
| 32 | <artifactId>onlab-misc</artifactId> |
| 33 | <packaging>bundle</packaging> |
| 34 | |
| 35 | <description>Miscellaneous ON.Lab utilities</description> |
| 36 | |
| 37 | <dependencies> |
tom | e348941 | 2014-08-29 02:30:38 -0700 | [diff] [blame] | 38 | <dependency> |
| 39 | <groupId>com.google.guava</groupId> |
| 40 | <artifactId>guava-testlib</artifactId> |
tom | a708318 | 2014-09-25 21:38:03 -0700 | [diff] [blame] | 41 | </dependency> |
| 42 | <dependency> |
| 43 | <groupId>org.onlab.onos</groupId> |
| 44 | <artifactId>onlab-junit</artifactId> |
Pavlin Radoslavov | d26f57a | 2014-10-23 17:19:45 -0700 | [diff] [blame] | 45 | <scope>test</scope> |
tom | e348941 | 2014-08-29 02:30:38 -0700 | [diff] [blame] | 46 | </dependency> |
alshabib | 289652c | 2014-09-07 19:09:28 -0700 | [diff] [blame] | 47 | <dependency> |
| 48 | <groupId>io.netty</groupId> |
| 49 | <artifactId>netty</artifactId> |
alshabib | df652ad | 2014-09-09 11:53:19 -0700 | [diff] [blame] | 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>commons-lang</groupId> |
| 53 | <artifactId>commons-lang</artifactId> |
alshabib | 289652c | 2014-09-07 19:09:28 -0700 | [diff] [blame] | 54 | </dependency> |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 55 | <dependency> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 56 | <groupId>org.apache.commons</groupId> |
| 57 | <artifactId>commons-lang3</artifactId> |
| 58 | </dependency> |
| 59 | |
tom | dc66b38 | 2014-09-22 17:05:47 -0700 | [diff] [blame] | 60 | <!-- TODO: do we still need this here? --> |
| 61 | <dependency> |
| 62 | <groupId>com.eclipsesource.minimal-json</groupId> |
| 63 | <artifactId>minimal-json</artifactId> |
| 64 | </dependency> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 65 | <dependency> |
Yuta HIGUCHI | 8ee7d4c | 2014-10-09 23:09:41 -0700 | [diff] [blame] | 66 | <groupId>com.esotericsoftware</groupId> |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 67 | <artifactId>kryo</artifactId> |
| 68 | </dependency> |
| 69 | <dependency> |
pankaj | 208221d | 2014-10-02 15:17:52 -0700 | [diff] [blame] | 70 | <groupId>io.dropwizard.metrics</groupId> |
pankaj | 390abbc | 2014-10-01 17:01:05 -0700 | [diff] [blame] | 71 | <artifactId>metrics-core</artifactId> |
pankaj | 208221d | 2014-10-02 15:17:52 -0700 | [diff] [blame] | 72 | <version>3.1.0</version> |
pankaj | 390abbc | 2014-10-01 17:01:05 -0700 | [diff] [blame] | 73 | </dependency> |
pankaj | f6577b6 | 2014-10-02 16:38:38 -0700 | [diff] [blame] | 74 | <dependency> |
Pavlin Radoslavov | 64d9e47 | 2014-10-21 22:01:08 -0700 | [diff] [blame] | 75 | <groupId>io.dropwizard.metrics</groupId> |
| 76 | <artifactId>metrics-json</artifactId> |
| 77 | <version>3.1.0</version> |
| 78 | </dependency> |
| 79 | <dependency> |
pankaj | f6577b6 | 2014-10-02 16:38:38 -0700 | [diff] [blame] | 80 | <groupId>org.apache.felix</groupId> |
| 81 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 82 | </dependency> |
tom | 5f38b3a | 2014-08-27 23:50:54 -0700 | [diff] [blame] | 83 | </dependencies> |
| 84 | |
| 85 | </project> |