【问题标题】:I am Getting Maven compiler error while i am running Maven Project我在运行 Maven 项目时遇到 Maven 编译器错误
【发布时间】:2016-08-24 03:17:51
【问题描述】:

谁能给我建议我该如何解决这个问题?

Maven 版本:4.0.0

maven-compiler-plugin:3.5.1

【问题讨论】:

标签: java eclipse maven selenium pom.xml


【解决方案1】:

在你的 pom.xml 中添加 selenium 依赖项

<dependency>
    <groupId>org.seleniumhq.selenium</groupId>
    <artifactId>selenium-support</artifactId>
    <version>2.53.0</version>
</dependency>

【讨论】:

    【解决方案2】:

    您似乎没有对 org.openqa.selenium 的依赖 尝试在 pom.xml 中添加对 org.openqa.selenium 的依赖

    【讨论】:

      猜你喜欢
      • 2011-08-28
      • 1970-01-01
      • 2015-10-21
      • 1970-01-01
      • 1970-01-01
      • 2018-07-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多