<?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>smithytranslate-formatter-jvm-java-api</name>
    <groupId>com.disneystreaming.smithy</groupId>
    <artifactId>smithytranslate-formatter-jvm-java-api</artifactId>
    <packaging>jar</packaging>
    <description>A smithy-translation toolkit</description>
    <version>0.3.3</version>
    <url>https://github.com/disneystreaming/smithy-translate</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/smithy-translate</url>
    </scm>
    <developers>
        <developer>
            <id>baccata</id>
            <name>Olivier Mélois</name>
            <url>https://github.com/baccata</url>
        </developer>
        <developer>
            <id>lewisjkl</id>
            <name>Jeff Lewis</name>
            <url>http://github.com/lewisjkl</url>
        </developer>
        <developer>
            <id>daddykotex</id>
            <name>David Francoeur</name>
            <url>http://github.com/daddykotex</url>
        </developer>
        <developer>
            <id>yisraelU</id>
            <name>Yisrael Union</name>
            <url>http://github.com/yisraelU</url>
        </developer>
    </developers>
    <properties> </properties>
    <dependencies>
        <dependency>
            <groupId>com.disneystreaming.smithy</groupId>
            <artifactId>smithytranslate-formatter-jvm-shaded</artifactId>
            <version>0.3.3</version>
        </dependency>
    </dependencies>
</project>
