Maven错误-Missing artifact com.sun:tools:jar:1.5.0:system 解决方式

1、Missing artifact com.sun:tools:jar:1.5.0:system

Could not resolve dependencies for project com.iflytek.whshgl:whshgl-report:war:0.0.1-SNAPSHOT: Could not find artifact com.sun:tools:jar:1.5.0 at specified path C:\java\jre/../lib/tools.jar

<dependency>
            <groupId>com.sun</groupId>
            <artifactId>tools</artifactId>
            <version>1.5.0</version>
            <scope>system</scope>
            <systemPath>H:/Java/jdk1.7.0_05/lib/tools.jar</systemPath>
        </dependency>

 

posted @ 2016-06-12 11:11  伍叶春  阅读(637)  评论(0编辑  收藏  举报