我能问为什么我不能在 Eclipse 上部署 netty 3.6.1.final 的原因吗?我下载的版本是netty-3.6.1.Final-dist.tar.bz2
正如我在依赖项选项卡中的 pom.xml 中遵循的那样,我无法解决错误
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.6.1.Final-dist</version>
<scope>compile</scope>
</dependency>