diff --git a/kafka-plugins-0.10/pom.xml b/kafka-plugins-0.10/pom.xml index 7acdb2b..90d0aa7 100644 --- a/kafka-plugins-0.10/pom.xml +++ b/kafka-plugins-0.10/pom.xml @@ -128,6 +128,16 @@ ${cdap.version} test + + io.netty + netty-all + ${netty.version} + + + co.cask.http + netty-http + ${netty-http.version} + diff --git a/kafka-plugins-0.8/pom.xml b/kafka-plugins-0.8/pom.xml index dca974f..5674870 100644 --- a/kafka-plugins-0.8/pom.xml +++ b/kafka-plugins-0.8/pom.xml @@ -112,6 +112,16 @@ ${cdap.version} test + + io.netty + netty-all + ${netty.version} + + + co.cask.http + netty-http + ${netty-http.version} + diff --git a/pom.xml b/pom.xml index 7ea4e45..144930f 100644 --- a/pom.xml +++ b/pom.xml @@ -71,8 +71,8 @@ UTF-8 - 5.0.0 - 2.0.0 + 5.1.0-SNAPSHOT + 2.1.0-SNAPSHOT 1.6.1 2.2.0 widgets @@ -80,6 +80,8 @@ 0.8.2.2 0.10.2.0 2.3.0 + 4.1.16.Final + 1.0.0 ${project.basedir} @@ -265,6 +267,18 @@ guava 13.0.1 + + io.netty + netty-all + ${netty.version} + test + + + co.cask.http + netty-http + ${netty-http.version} + test +