<?xml version="1.0" encoding="UTF-8"?>
<project 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>
    <name>aws-backup-gateway-spec</name>
    <groupId>com.disneystreaming.smithy</groupId>
    <artifactId>aws-backup-gateway-spec</artifactId>
    <packaging>jar</packaging>
    <description>Jar containing smithy spec for backup-gateway</description>
    <version>2023.02.10</version>
    <url>http://github.com/disneystreaming/aws-sdk-specs</url>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://spdx.org/licenses/Apache-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>https://github.com/disneystreaming/aws-sdk-specs</url>
    </scm>
    <developers>
        <developer>
            <id>baccata</id>
            <name>Olivier Mélois</name>
            <url>https://github.com/baccata</url>
        </developer>
    </developers>
    <properties> </properties>
    <dependencies>
        <dependency>
            <groupId>software.amazon.smithy</groupId>
            <artifactId>smithy-aws-traits</artifactId>
            <version>1.27.1</version>
        </dependency>
        <dependency>
            <groupId>software.amazon.smithy</groupId>
            <artifactId>smithy-aws-cloudformation-traits</artifactId>
            <version>1.27.1</version>
        </dependency>
        <dependency>
            <groupId>software.amazon.smithy</groupId>
            <artifactId>smithy-aws-iam-traits</artifactId>
            <version>1.27.1</version>
        </dependency>
        <dependency>
            <groupId>software.amazon.smithy</groupId>
            <artifactId>smithy-waiters</artifactId>
            <version>1.27.1</version>
        </dependency>
    </dependencies>
</project>
