<?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>alloy-core</name>
    <groupId>com.disneystreaming.alloy</groupId>
    <artifactId>alloy-core</artifactId>
    <packaging>jar</packaging>
    <description>Common Smithy Shapes</description>
    <version>0.3.33</version>
    <url>https://github.com/disneystreaming/alloy</url>
    <licenses>
        <license>
            <name>TOMORROW OPEN SOURCE TECHNOLOGY LICENSE 1.0</name>
            <url>https://disneystreaming.github.io/TOST-1.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>https://github.com/disneystreaming/alloy</url>
    </scm>
    <developers>
        <developer>
            <id>lewisjkl</id>
            <name>Jeff Lewis</name>
            <url>http://github.com/lewisjkl</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>software.amazon.smithy</groupId>
            <artifactId>smithy-model</artifactId>
            <version>1.61.0</version>
        </dependency>
    </dependencies>
</project>
