<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <artifactId>digy-runner-parent</artifactId>
    <groupId>com.digy4</groupId>
    <version>0.0.61</version>
  </parent>

  <groupId>com.digy4</groupId>
  <artifactId>digy-runner-core-selenium-3</artifactId>
  <version>0.0.61</version>

  <name>digy-runner-core-selenium-3</name>
  <url>https://www.digy4.com</url>

  <properties>
    <gson.version>2.9.0</gson.version>
    <webdrivermanager.version>5.2.0</webdrivermanager.version>
    <selenium.java.version>3.141.59</selenium.java.version>
    <rest-assured.version>5.1.1</rest-assured.version>
  </properties>

  <dependencies>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>${gson.version}</version>
    </dependency>
    <dependency>
      <groupId>io.github.bonigarcia</groupId>
      <artifactId>webdrivermanager</artifactId>
      <version>${webdrivermanager.version}</version>
    </dependency>
    <dependency>
      <groupId>io.rest-assured</groupId>
      <artifactId>rest-assured</artifactId>
      <version>${rest-assured.version}</version>
    </dependency>
  </dependencies>

</project>
