<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.thegoate</groupId>
  <artifactId>selenium</artifactId>
  <version>0.15.8.202204062009</version>
  <name>selenium</name>
  <description>goate module for selenium</description>
  <url>http://www.thegoate.com</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>http://www.thegoate.com/licenses/LICENSE-MIT.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>gtque</id>
      <name>Eric Angeli</name>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/gtque/goate</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.seleniumhq.selenium</groupId>
      <artifactId>selenium-java</artifactId>
      <version>3.141.59</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>d-haven-managed-pool</artifactId>
          <groupId>d-haven-managed-pool</groupId>
        </exclusion>
        <exclusion>
          <artifactId>event</artifactId>
          <groupId>event</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-math3</artifactId>
          <groupId>commons-math3</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-pool2</artifactId>
          <groupId>commons-pool2</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.thegoate</groupId>
      <artifactId>kernel</artifactId>
      <version>0.15.8.202204062009</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>d-haven-managed-pool</artifactId>
          <groupId>d-haven-managed-pool</groupId>
        </exclusion>
        <exclusion>
          <artifactId>event</artifactId>
          <groupId>event</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-math3</artifactId>
          <groupId>commons-math3</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-pool2</artifactId>
          <groupId>commons-pool2</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
