<project 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" xmlns="http://maven.apache.org/POM/4.0.0">
      <modelVersion>4.0.0</modelVersion>
      <groupId>jp.classmethod.aws.cloudformation</groupId>
      <artifactId>jp.classmethod.aws.cloudformation.gradle.plugin</artifactId>
      <version>0.39</version>
      <packaging>pom</packaging>
      <dependencies>
        <dependency>
          <groupId>jp.classmethod.aws</groupId>
          <artifactId>gradle-aws-plugin</artifactId>
          <version>0.39</version>
        </dependency>
      </dependencies>
    </project>