<?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">
    <parent>
        <artifactId>atlassian-browsers</artifactId>
        <groupId>com.atlassian.browsers</groupId>
        <version>2.8.1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>atlassian-browsers-linux64</artifactId>
    <name>${project.artifactId}</name>

    <dependencies>
        <dependency>
            <groupId>com.atlassian.browsers</groupId>
            <artifactId>firefox</artifactId>
            <version>${firefox.version}</version>
            <classifier>linux64</classifier>
        </dependency>
        <dependency>
            <groupId>com.atlassian.browsers</groupId>
            <artifactId>firefox-profile</artifactId>
            <version>${firefox.profile.version}</version>
        </dependency>

        <dependency>
          <groupId>com.atlassian.browsers</groupId>
          <artifactId>chrome</artifactId>
            <version>${chrome.version}</version>
          <classifier>linux64</classifier>
        </dependency>
        <dependency>
          <groupId>com.atlassian.browsers</groupId>
          <artifactId>chrome-profile</artifactId>
            <version>${chrome.profile.version}</version>
          <classifier>linux64</classifier>
        </dependency>
    </dependencies>


</project>