<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.applitools</groupId>
    <artifactId>eyes-sdk-java5-parent</artifactId>
    <version>5.57.0</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>
  <groupId>com.applitools</groupId>
  <artifactId>eyes-universal-core-linux</artifactId>
  <version>5.57.0</version>
  <name>eyes-universal-core-linux</name>
  <description>Eyes universal core for storing and lunching binary server</description>
  <licenses>
    <license>
      <name>Applitools License</name>
      <url>https://www.applitools.com/eula/sdk</url>
    </license>
  </licenses>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>8</source>
          <target>8</target>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
