<!-- Copyright (c) Microsoft Corporation. All rights reserved.
     Licensed under the MIT License. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <groupId>com.azure</groupId>
    <artifactId>azure-aot-graalvm-support-netty</artifactId>
    <version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-aot-graalvm-support-netty;current} -->

    <packaging>jar</packaging>
    <name>Microsoft Azure SDK for GraalVM Netty support</name>
    <description>This package contains Microsoft Azure GraalVM Netty Support SDK.</description>
    <parent>
        <groupId>com.azure</groupId>
        <artifactId>azure-client-sdk-parent</artifactId>
        <version>1.7.0</version> <!-- {x-version-update;com.azure:azure-client-sdk-parent;current} -->
        <relativePath>../../parents/azure-client-sdk-parent</relativePath>
    </parent>
    <url>https://github.com/Azure/azure-sdk-for-java</url>

    <licenses>
        <license>
            <name>The MIT License (MIT)</name>
            <url>http://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <distributionManagement>
        <site>
            <id>azure-java-build-docs</id>
            <url>${site.url}/site/${project.artifactId}</url>
        </site>
    </distributionManagement>

    <scm>
        <url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
        <connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
        <tag>HEAD</tag>
    </scm>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <legal>
            <![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal>
    </properties>

    <developers>
        <developer>
            <id>microsoft</id>
            <name>Microsoft</name>
        </developer>
    </developers>

    <dependencies>
        <dependency>
            <groupId>com.azure</groupId>
            <artifactId>azure-aot-graalvm-support</artifactId>
            <version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-aot-graalvm-support;current} -->
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-handler</artifactId>
            <version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-handler;external_dependency} -->
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-handler-proxy</artifactId>
            <version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-handler-proxy;external_dependency} -->
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-buffer</artifactId>
            <version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-buffer;external_dependency} -->
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-codec-http</artifactId>
            <version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
        </dependency>

        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-codec-http2</artifactId>
            <version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-codec-http2;external_dependency} -->
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-transport-native-unix-common</artifactId>
            <version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-transport-native-epoll</artifactId>
            <version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-epoll;external_dependency} -->
            <classifier>linux-x86_64</classifier>
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-transport-native-kqueue</artifactId>
            <version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
            <classifier>osx-x86_64</classifier>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-enforcer-plugin</artifactId>
                <version>3.0.0-M3</version> <!-- {x-version-update;org.apache.maven.plugins:maven-enforcer-plugin;external_dependency} -->
                <configuration>
                    <rules>
                        <bannedDependencies>
                            <includes>
                                <include>io.netty:netty-buffer:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-buffer;external_dependency} -->
                                <include>io.netty:netty-codec-http:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} -->
                                <include>io.netty:netty-codec-http2:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http2;external_dependency} -->
                                <include>io.netty:netty-handler:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-handler;external_dependency} -->
                                <include>io.netty:netty-handler-proxy:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-handler-proxy;external_dependency} -->
                                <include>io.netty:netty-transport-native-unix-common:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
                                <include>io.netty:netty-transport-native-epoll:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-epoll;external_dependency} -->
                                <include>io.netty:netty-transport-native-kqueue:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
                            </includes>
                        </bannedDependencies>
                    </rules>
                </configuration>
            </plugin>

          <!-- We must generate an empty javadoc JAR file to publish to Maven Central because this package does not contain any public sources -->
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-jar-plugin</artifactId>
            <version>3.1.2</version> <!-- {x-version-update;org.apache.maven.plugins:maven-jar-plugin;external_dependency} -->
            <executions>
              <execution>
                <id>empty-javadoc-jar</id>
                <phase>package</phase>
                <goals>
                  <goal>jar</goal>
                </goals>
                <configuration>
                  <classifier>javadoc</classifier>
                  <classesDirectory>${basedir}/javadoc</classesDirectory>
                </configuration>
              </execution>
            </executions>
          </plugin>
        </plugins>
    </build>
</project>
