Skip to content

Commit 3373880

Browse files
author
Ali
committed
CDAP-14573 Change to use io.cdap.netty
1 parent ded0c0b commit 3373880

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

kafka-plugins-0.10/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<version>${netty.version}</version>
147147
</dependency>
148148
<dependency>
149-
<groupId>co.cask.http</groupId>
149+
<groupId>io.cdap.http</groupId>
150150
<artifactId>netty-http</artifactId>
151151
<version>${netty-http.version}</version>
152152
</dependency>

kafka-plugins-0.8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<version>${netty.version}</version>
131131
</dependency>
132132
<dependency>
133-
<groupId>co.cask.http</groupId>
133+
<groupId>io.cdap.http</groupId>
134134
<artifactId>netty-http</artifactId>
135135
<version>${netty-http.version}</version>
136136
</dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<kafka10.version>0.10.2.0</kafka10.version>
109109
<hadoop.version>2.3.0</hadoop.version>
110110
<netty.version>4.1.16.Final</netty.version>
111-
<netty-http.version>1.0.0</netty-http.version>
111+
<netty-http.version>1.2.0</netty-http.version>
112112
<main.basedir>${project.basedir}</main.basedir>
113113
</properties>
114114

@@ -301,7 +301,7 @@
301301
<scope>test</scope>
302302
</dependency>
303303
<dependency>
304-
<groupId>co.cask.http</groupId>
304+
<groupId>io.cdap.http</groupId>
305305
<artifactId>netty-http</artifactId>
306306
<version>${netty-http.version}</version>
307307
<scope>test</scope>

0 commit comments

Comments
 (0)