NoSuchMethodError: org.apache.http.conn.scheme.Scheme.(Ljava/lang/String;ILorg/apache/http/conn/scheme/SchemeSocketFactory;)V

后端 未结 2 1364
南方客
南方客 2021-01-14 05:18

I am running selenium test in maven project.This project is GWT Web application.There are GWT dependencies,hibernate dependencies in pom.xml.I have created a new class in te

2条回答
  •  余生分开走
    2021-01-14 05:39

    In my case the problem was the order in the java build path in my IDE. The selenium libraries were building at the end, and I solved it put them at top of the list.

    I hope it helps.

    Regards

提交回复
热议问题