在安装滚动网络博客时,它说无法找到好处

时间:2016-03-23 09:47:44

标签: maven guice

我正在尝试安装Roller Weblogger,当使用maven构建时,它会显示错误:

  

未能执行项目滚轴行星业务的目标:不能   解决项目的依赖关系   org.apache.roller:roller-planet-business:jar:5.0.1:找不到   工件com.google.code.guice:guice:jar:2.0 in central   (http://repo1.maven.org/maven2) - > [帮助1]

如何解决?

1 个答案:

答案 0 :(得分:0)

  

找不到工件com.google.code.guice:guice:jar:2.0 in   中心(http://repo1.maven.org/maven2

这意味着他无法在maven存储库中找到这个jar:我进行了搜索,我在存储库maven中找到了这个:

 <dependency>
        <groupId>com.google.inject</groupId>
        <artifactId>guice</artifactId>
        <version>2.0</version>
 </dependency>

所以试试吧因为这个jar已经存在了