<?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>
  <groupId>cn.taketoday</groupId>
  <artifactId>infra-gradle-plugin</artifactId>
  <version>4.0.0-Draft.6</version>
  <name>infra-gradle-plugin</name>
  <description>TODAY Infrastructure Applications Gradle Plugins</description>
  <url>https://github.com/TAKETODAY/today-infrastructure</url>
  <organization>
    <name>TODAY Tech</name>
    <url>https://taketoday.cn</url>
  </organization>
  <licenses>
    <license>
      <name>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>taketoday</id>
      <name>Harry Yang</name>
      <email>i.take.today@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/TAKETODAY/today-infrastructure</connection>
    <developerConnection>scm:git:git://github.com/TAKETODAY/today-infrastructure</developerConnection>
    <url>https://github.com/TAKETODAY/today-infrastructure.git</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/TAKETODAY/today-infrastructure/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>cn.taketoday</groupId>
      <artifactId>today-core</artifactId>
      <version>4.0.0-Draft.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>cn.taketoday</groupId>
      <artifactId>today-test-support</artifactId>
      <version>4.0.0-Draft.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>cn.taketoday</groupId>
      <artifactId>infra-app-loader</artifactId>
      <version>4.0.0-Draft.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>cn.taketoday</groupId>
      <artifactId>infra-app-loader-tools</artifactId>
      <version>4.0.0-Draft.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>cn.taketoday</groupId>
      <artifactId>infra-buildpack-platform</artifactId>
      <version>4.0.0-Draft.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-compress</artifactId>
      <version>1.25.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.spring.gradle</groupId>
      <artifactId>dependency-management-plugin</artifactId>
      <version>1.1.4</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
