commit | df652addd12217d5d9c6f60cf8805aae22b57533 | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Tue Sep 09 11:53:19 2014 -0700 |
committer | alshabib <alshabibi.ali@gmail.com> | Tue Sep 09 11:53:19 2014 -0700 |
tree | ed4f1d9efe483dd4e7176db826b7c86ab18db055 | |
parent | 1d334ce84585ce2ce6fe0ac35bca9ae32e479d60 [diff] [blame] |
link discovery and providers are implemented
diff --git a/pom.xml b/pom.xml index 25557a1..9fc49c8 100644 --- a/pom.xml +++ b/pom.xml
@@ -61,6 +61,14 @@ <version>18.0</version> </dependency> + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty</artifactId> + <version>3.9.0.Final</version> + </dependency> + + + <dependency> <groupId>com.google.guava</groupId> <artifactId>guava-testlib</artifactId>