<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>onnx-protobuf_2.12</artifactId>
    <packaging>jar</packaging>
    <description>onnx-protobuf</description>
    <url>https://github.com/microsoft/onnx-protobuf</url>
    <version>0.9.3</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://github.com/microsoft/onnx-protobuf/LICENSE.md</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>onnx-protobuf</name>
    <organization>
        <name>com.microsoft.azure</name>
        <url>https://github.com/microsoft/onnx-protobuf</url>
    </organization>
    <scm>
        <url>https://github.com/microsoft/onnx-protobuf</url>
        <connection>scm:git@github.com:microsoft/onnx-protobuf.git</connection>
    </scm>
    <developers>
        <developer>
            <id>svotaw</id>
            <name>Scott Votaw</name>
            <url>https://github.com/svotaw</url>
            <email>synapseml-support@microsoft.com</email>
        </developer>
        <developer>
            <id>mhamilton723</id>
            <name>Mark Hamilton</name>
            <url>https://github.com/mhamilton723</url>
            <email>synapseml-support@microsoft.com</email>
        </developer>
    </developers>
    <dependencies> <!-- excluded scala dependency --><!-- excluded protobuf dependency since it is shaded --> </dependencies>
</project>