我的pom.xml文件
<modelVersion>4.0.0</modelVersion>
<groupId>zed.exiote</groupId>
<artifactId>AMZNtoHH</artifactId>
<version>0.0.1-SNAPSHOT</version>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.141.59</version>
</dependency>
</dependencies>
</project>我一直试图在Eclipse中使用Maven下载selenium,但是这个错误不断出现
(丢失的工件org.seleniumhq.selenium:selenium-java:jar:3.14.59)
在此错误解决之前,我无法生成或编译任何内容。
我是Eclipse Selenium和Maven的新手,所以我真的不知道发生了什么。
发布于 2020-05-10 18:22:11
,所以您应该尝试签入pom.xml:
https://stackoverflow.com/questions/61716658
复制相似问题