File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 128128 <version >${cdap.version} </version >
129129 <scope >test</scope >
130130 </dependency >
131+ <dependency >
132+ <groupId >io.netty</groupId >
133+ <artifactId >netty-all</artifactId >
134+ <version >${netty.version} </version >
135+ </dependency >
136+ <dependency >
137+ <groupId >co.cask.http</groupId >
138+ <artifactId >netty-http</artifactId >
139+ <version >${netty-http.version} </version >
140+ </dependency >
131141 </dependencies >
132142
133143 <build >
Original file line number Diff line number Diff line change 112112 <version >${cdap.version} </version >
113113 <scope >test</scope >
114114 </dependency >
115+ <dependency >
116+ <groupId >io.netty</groupId >
117+ <artifactId >netty-all</artifactId >
118+ <version >${netty.version} </version >
119+ </dependency >
120+ <dependency >
121+ <groupId >co.cask.http</groupId >
122+ <artifactId >netty-http</artifactId >
123+ <version >${netty-http.version} </version >
124+ </dependency >
115125 </dependencies >
116126
117127 <build >
Original file line number Diff line number Diff line change 7171
7272 <properties >
7373 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
74- <cdap .version>5.0.0 </cdap .version>
75- <hydrator .version>2.0.0 </hydrator .version>
74+ <cdap .version>5.1.0-SNAPSHOT </cdap .version>
75+ <hydrator .version>2.1.0-SNAPSHOT </hydrator .version>
7676 <spark1 .version>1.6.1</spark1 .version>
7777 <spark2 .version>2.2.0</spark2 .version>
7878 <widgets .dir>widgets</widgets .dir>
7979 <docs .dir>docs</docs .dir>
8080 <kafka8 .version>0.8.2.2</kafka8 .version>
8181 <kafka10 .version>0.10.2.0</kafka10 .version>
8282 <hadoop .version>2.3.0</hadoop .version>
83+ <netty .version>4.1.16.Final</netty .version>
84+ <netty-http .version>1.0.0</netty-http .version>
8385 <main .basedir>${project.basedir} </main .basedir>
8486 </properties >
8587
265267 <artifactId >guava</artifactId >
266268 <version >13.0.1</version >
267269 </dependency >
270+ <dependency >
271+ <groupId >io.netty</groupId >
272+ <artifactId >netty-all</artifactId >
273+ <version >${netty.version} </version >
274+ <scope >test</scope >
275+ </dependency >
276+ <dependency >
277+ <groupId >co.cask.http</groupId >
278+ <artifactId >netty-http</artifactId >
279+ <version >${netty-http.version} </version >
280+ <scope >test</scope >
281+ </dependency >
268282 </dependencies >
269283
270284 <build >
You can’t perform that action at this time.
0 commit comments