<?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>
    <groupId>ca.vanzyl.concord.ck8s</groupId>
    <artifactId>ck8s</artifactId>
    <version>3.0.0</version>
  </parent>
  <artifactId>ck8s-its</artifactId>
  <packaging>takari-jar</packaging>
  <name>CK8s :: ITs</name>

  <dependencies>
    <dependency>
      <groupId>ca.vanzyl.concord.ck8s</groupId>
      <artifactId>ck8s-client</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>ca.vanzyl.concord.ck8s</groupId>
      <artifactId>ck8s-common</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>ca.vanzyl.concord.ck8s</groupId>
      <artifactId>ck8s-model</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>ca.vanzyl.concord.ck8s</groupId>
      <artifactId>ck8s-server</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>ca.vanzyl.concord.ck8s</groupId>
      <artifactId>ck8s-plugin</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.walmartlabs.concord</groupId>
      <artifactId>concord-client</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.awaitility</groupId>
      <artifactId>awaitility</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.amazonaws</groupId>
      <artifactId>aws-java-sdk-core</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.amazonaws</groupId>
      <artifactId>aws-java-sdk-ec2</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>ca.ibodrov.concord</groupId>
      <artifactId>testcontainers-concord-junit4</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>ca.ibodrov.concord</groupId>
      <artifactId>testcontainers-concord-core</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.testcontainers</groupId>
      <artifactId>testcontainers</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp</groupId>
      <artifactId>okhttp</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>io.fabric8</groupId>
      <artifactId>kubernetes-client</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>io.fabric8</groupId>
      <artifactId>kubernetes-model</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
    </dependency>
  </dependencies>
</project>
