File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 <!-- test dependencies -->
6565 <logback .version>1.1.0</logback .version>
6666 <testng .version>6.1.1</testng .version>
67+ <netty .version>4.1.0.CR2</netty .version>
6768 <hamcrest .library.version>1.3</hamcrest .library.version>
6869 <hamcrest .jpa-matchers>1.6</hamcrest .jpa-matchers>
6970 <lambdaj .version>2.3.3</lambdaj .version>
206207 <dependency >
207208 <groupId >io.netty</groupId >
208209 <artifactId >netty-codec-http</artifactId >
209- <version >4.1.0.Beta7 </version >
210+ <version >${netty.version} </version >
210211 </dependency >
211212 <dependency >
212213 <groupId >io.netty</groupId >
213214 <artifactId >netty-handler</artifactId >
214- <version >4.1.0.Beta7 </version >
215+ <version >${netty.version} </version >
215216 </dependency >
216217 <dependency >
217218 <groupId >io.netty</groupId >
218219 <artifactId >netty-handler-proxy</artifactId >
219- <version >4.1.0.Beta7 </version >
220+ <version >${netty.version} </version >
220221 </dependency >
221222 <dependency >
222223 <groupId >io.netty</groupId >
223224 <artifactId >netty-transport-native-epoll</artifactId >
224- <version >4.1.0.Beta7 </version >
225+ <version >${netty.version} </version >
225226 <classifier >linux-x86_64</classifier >
226227 </dependency >
227228 </dependencies >
You can’t perform that action at this time.
0 commit comments