commit | c9ed9be5115f6f2c009156c4f802358d28e4a144 | [log] [tgz] |
---|---|---|
author | Madan Jampani <madan@onlab.us> | Thu Oct 02 16:13:11 2014 -0700 |
committer | Madan Jampani <madan@onlab.us> | Thu Oct 02 16:13:11 2014 -0700 |
tree | 8435ef756a810f0b721c10827dd23581d4ad9c23 | |
parent | 48e54c34d6cf34fa14eff76c4d0cad62de8f0152 [diff] [blame] |
Moved Netty messaging out of onos-core-dist to under onos-utils
diff --git a/utils/pom.xml b/utils/pom.xml index 2beeba8..feb60e9 100644 --- a/utils/pom.xml +++ b/utils/pom.xml
@@ -19,6 +19,7 @@ <modules> <module>junit</module> <module>misc</module> + <module>netty</module> <module>nio</module> <module>osgi</module> <module>rest</module>