commit | f110fffb4562bb3d8fa39901e5c3a3f190821ea0 | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Fri Sep 26 00:38:18 2014 -0700 |
committer | tom <tom@onlab.us> | Fri Sep 26 00:38:18 2014 -0700 |
tree | 05aeea2ca5fb6ad5e64d4283b37a027ecde7bd9c | |
parent | 74d49656eb545d7bb8c03f0f963cffc750c0caed [diff] [blame] |
Added IO loop test to the foo app.
diff --git a/pom.xml b/pom.xml index 1cc5d3b..26e555e 100644 --- a/pom.xml +++ b/pom.xml
@@ -172,6 +172,11 @@ </dependency> <dependency> <groupId>org.onlab.onos</groupId> + <artifactId>onlab-nio</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.onlab.onos</groupId> <artifactId>onlab-osgi</artifactId> <version>${project.version}</version> </dependency>