java - I am Getting Maven compiler error while i am running Maven Project -


enter image description here

could please give me suggestion how can solve issue?

maven version : 4.0.0

maven-compiler-plugin:3.5.1

enter image description here

add selenium dependencies in pom.xml

<dependency>     <groupid>org.seleniumhq.selenium</groupid>     <artifactid>selenium-support</artifactid>     <version>2.53.0</version> </dependency> 

Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -