<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.burrunan.s3cache</groupId>
  <artifactId>s3-build-cache</artifactId>
  <version>1.2</version>
  <name>gradle-s3-build-cache</name>
  <description>Gradle S3 Build Cache</description>
  <url>https://github.com/burrunan/gradle-s3-build-cache</url>
  <inceptionYear>2020</inceptionYear>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
      <comments>A business-friendly OSS license</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>vlsi</id>
      <name>Vladimir Sitnikov</name>
      <email>sitnikov.vladimir@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/burrunan/gradle-s3-build-cache.git</connection>
    <developerConnection>scm:git:https://github.com/burrunan/gradle-s3-build-cache.git</developerConnection>
    <url>https://github.com/burrunan/gradle-s3-build-cache</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/burrunan/gradle-s3-build-cache/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>software.amazon.awssdk</groupId>
      <artifactId>s3</artifactId>
      <version>2.16.52</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>netty-nio-client</artifactId>
          <groupId>software.amazon.awssdk</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
