Upgrade to netty-build-16

This commit is contained in:
Trustin Lee 2013-02-05 18:48:19 +09:00
parent cb4b673456
commit 598e70fd8f

View File

@ -348,7 +348,7 @@
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>netty-build</artifactId> <artifactId>netty-build</artifactId>
<version>15</version> <version>16</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>