Fix all-in-one JAR artifactId

This commit is contained in:
Trustin Lee 2013-02-14 12:45:23 -08:00
parent 31f5b7b86c
commit acbb386539

View File

@ -40,7 +40,7 @@
<!-- All-in-one JAR --> <!-- All-in-one JAR -->
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>netty</artifactId> <artifactId>netty-all</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
<optional>true</optional> <optional>true</optional>