请帮我解决这个问题: 在排除maven时出现以下依赖性错误:
无法在项目com.automation.selenium上执行目标:无法解析项目com.automation的依赖项:com.automation.selenium:jar:0.0.1-SNAPSHOT:找不到jxgrabkey:jxgrabkey:jar:1.0 < / p>
在pom.xml中,我添加了以下详细信息:
<!-- https://mvnrepository.com/artifact/jxgrabkey/jxgrabkey -->
<dependency>
<groupId>jxgrabkey</groupId>
<artifactId>jxgrabkey</artifactId>
<version>1.0</version>
</dependency>
答案 0 :(得分:2)
我找到了你需要的罐子。您必须下载它并且必须在类路径中添加它。因为你没有选择使用maven作为这个罐子。可能是他们已从存储库中删除。
https://labs.consol.de/maven/repository/jxgrabkey/jxgrabkey/1.0/
谢谢你。
答案 1 :(得分:0)
对于上述情况,说起来很奇怪,但添加了依赖&#34; jxgrabkey&#34;关于master maven项目并重新构建项目。后来再次从maven项目中删除了依赖项,它清除了所有错误。
奇怪但它对我有用
此致 桑托什