Update pom.xml

parent 6e3f448d
......@@ -14,6 +14,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<selenium.version>2.53.1</selenium.version>
<testng.version>6.8</testng.version>
</properties>
<dependencies>
<dependency>
......@@ -47,6 +48,11 @@
<artifactId>selenium-support</artifactId>
<version>${selenium.version}</version><!--$NO-MVN-MAN-VER$ -->
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${testng.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment