<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <artifactId>oss-parent</artifactId>
    <groupId>org.sonatype.oss</groupId>
    <version>7</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.trino.hadoop</groupId>
  <artifactId>hadoop-apache</artifactId>
  <name>hadoop-apache</name>
  <version>3.3.5-3</version>
  <description>Shaded version of Apache Hadoop for Trino</description>
  <url>https://github.com/trinodb/trino-hadoop-apache</url>
  <inceptionYear>2013</inceptionYear>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:git://github.com/trinodb/trino-hadoop-apache.git</connection>
    <developerConnection>scm:git:git://github.com/trinodb/trino-hadoop-apache.git</developerConnection>
    <tag>3.3.5-3</tag>
    <url>https://github.com/trinodb/trino-hadoop-apache</url>
  </scm>
  <build>
    <pluginManagement>
      <plugins>
        <plugin>
          <artifactId>maven-deploy-plugin</artifactId>
          <version>3.0.0-M1</version>
        </plugin>
        <plugin>
          <artifactId>maven-release-plugin</artifactId>
          <version>2.5.3</version>
          <configuration>
            <mavenExecutorId>forked-path</mavenExecutorId>
            <pushChanges>false</pushChanges>
            <localCheckout>true</localCheckout>
            <useReleaseProfile>false</useReleaseProfile>
            <preparationGoals>clean install</preparationGoals>
            <autoVersionSubmodules>true</autoVersionSubmodules>
            <tagNameFormat>@{project.version}</tagNameFormat>
          </configuration>
        </plugin>
      </plugins>
    </pluginManagement>
    <plugins>
      <plugin>
        <artifactId>maven-enforcer-plugin</artifactId>
        <version>3.0.0-M2</version>
        <executions>
          <execution>
            <phase>verify</phase>
            <goals>
              <goal>enforce</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <rules>
            <requireUpperBoundDeps />
            <banDuplicatePomDependencyVersions />
            <requireMavenVersion>
              <version>3.5.0</version>
            </requireMavenVersion>
            <requireJavaVersion>
              <version>${project.build.targetJdk}</version>
            </requireJavaVersion>
          </rules>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.8.0</version>
        <configuration>
          <source>${project.build.targetJdk}</source>
          <target>${project.build.targetJdk}</target>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>3.0.0-M3</version>
        <configuration>
          <trimStackTrace>false</trimStackTrace>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-source-plugin</artifactId>
        <version>3.0.1</version>
        <executions>
          <execution>
            <id>attach-sources</id>
            <goals>
              <goal>jar-no-fork</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>3.1.0</version>
        <configuration>
          <source>${project.build.targetJdk}</source>
          <quiet>true</quiet>
          <doclint>-missing</doclint>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-gpg-plugin</artifactId>
        <version>1.6</version>
        <configuration>
          <useAgent>true</useAgent>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <version>3.5.2</version>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <createSourcesJar>true</createSourcesJar>
              <shadeSourcesContent>true</shadeSourcesContent>
              <dependencyReducedPomLocation>${project.build.directory}/pom.xml</dependencyReducedPomLocation>
              <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
              <artifactSet>
                <excludes>
                  <exclude>com.google.errorprone:error_prone_annotations</exclude>
                  <exclude>com.google.guava:failureaccess</exclude>
                  <exclude>com.google.guava:guava</exclude>
                  <exclude>com.google.j2objc:j2objc-annotations</exclude>
                  <exclude>org.checkerframework:checker-qual</exclude>
                  <exclude>org.xerial.snappy:snappy-java</exclude>
                  <exclude>org.lz4:lz4-java</exclude>
                  <exclude>com.squareup.okhttp3:okhttp</exclude>
                  <exclude>com.squareup.okio:okio</exclude>
                  <exclude>org.jetbrains.kotlin:kotlin-stdlib</exclude>
                  <exclude>org.jetbrains.kotlin:kotlin-stdlib-common</exclude>
                </excludes>
              </artifactSet>
              <transformers>
                <transformer />
              </transformers>
              <relocations>
                <relocation>
                  <pattern>org.apache.http</pattern>
                  <shadedPattern>${shadeBase}.org.apache.http</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>mozilla</pattern>
                  <shadedPattern>${shadeBase}.org.apache.http.mozilla</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>org.eclipse.jetty</pattern>
                  <shadedPattern>${shadeBase}.org.eclipse.jetty</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>com.microsoft.azure</pattern>
                  <shadedPattern>${shadeBase}.com.microsoft.azure</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>org.apache.avro</pattern>
                  <shadedPattern>${shadeBase}.org.apache.avro</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>org.apache.commons</pattern>
                  <shadedPattern>${shadeBase}.org.apache.commons</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>org.apache.kerby</pattern>
                  <shadedPattern>${shadeBase}.org.apache.kerby</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>org.wildfly.openssl</pattern>
                  <shadedPattern>${shadeBase}.org.wildfly.openssl</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>com.google.protobuf</pattern>
                  <shadedPattern>${shadeBase}.com.google.protobuf</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>com.google.gson</pattern>
                  <shadedPattern>${shadeBase}.com.google.gson</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>com.google.re2j</pattern>
                  <shadedPattern>${shadeBase}.com.google.re2j</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>com.fasterxml.jackson</pattern>
                  <shadedPattern>${shadeBase}.com.fasterxml.jackson</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>org.codehaus.jackson</pattern>
                  <shadedPattern>${shadeBase}.org.codehaus.jackson</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>com.ctc.wstx</pattern>
                  <shadedPattern>${shadeBase}.com.ctc.wstx</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>org.codehaus.stax2</pattern>
                  <shadedPattern>${shadeBase}.org.codehaus.stax2</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>org.apache.hadoop.thirdparty</pattern>
                  <shadedPattern>${shadeBase}.org.apache.hadoop.thirdparty</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>org.apache.log4j</pattern>
                  <shadedPattern>${shadeBase}.org.apache.log4j</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>org.slf4j</pattern>
                  <shadedPattern>${shadeBase}.org.slf4j</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>javax.annotation</pattern>
                  <shadedPattern>${shadeBase}.javax.annotation</shadedPattern>
                </relocation>
                <relocation>
                  <pattern>javax.activation</pattern>
                  <shadedPattern>${shadeBase}.javax.activation</shadedPattern>
                </relocation>
              </relocations>
              <filters>
                <filter>
                  <artifact>*:*</artifact>
                  <excludes>
                    <exclude>META-INF/maven/**</exclude>
                    <exclude>META-INF/versions/**</exclude>
                    <exclude>META-INF/*.SF</exclude>
                    <exclude>META-INF/*.DSA</exclude>
                    <exclude>META-INF/*.RSA</exclude>
                    <exclude>module-info.java</exclude>
                  </excludes>
                </filter>
                <filter>
                  <artifact>org.slf4j:*</artifact>
                  <excludes>
                    <exclude>META-INF/services/**</exclude>
                  </excludes>
                </filter>
                <filter>
                  <artifact>com.fasterxml.jackson.*:*</artifact>
                  <excludes>
                    <exclude>META-INF/services/**</exclude>
                  </excludes>
                </filter>
                <filter>
                  <artifact>com.fasterxml.woodstox:woodstox-core</artifact>
                  <excludes>
                    <exclude>META-INF/services/**</exclude>
                  </excludes>
                </filter>
                <filter>
                  <artifact>jakarta.activation:jakarta.activation-api</artifact>
                  <excludes>
                    <exclude>pom.xml</exclude>
                  </excludes>
                </filter>
                <filter>
                  <artifact>org.apache.commons:commons-configuration2</artifact>
                  <excludes>
                    <exclude>*.dtd</exclude>
                  </excludes>
                </filter>
                <filter>
                  <artifact>org.eclipse.jetty:jetty-util</artifact>
                  <excludes>
                    <exclude>about.html</exclude>
                    <exclude>jetty-dir.css</exclude>
                  </excludes>
                </filter>
                <filter>
                  <artifact>org.eclipse.jetty:jetty-util-ajax</artifact>
                  <excludes>
                    <exclude>about.html</exclude>
                  </excludes>
                </filter>
                <filter>
                  <artifact>org.apache.kerby:kerb-simplekdc</artifact>
                  <excludes>
                    <exclude>krb5-template.conf</exclude>
                    <exclude>krb5_udp-template.conf</exclude>
                  </excludes>
                </filter>
                <filter>
                  <artifact>org.apache.kerby:kerb-util</artifact>
                  <excludes>
                    <exclude>ccache.txt</exclude>
                    <exclude>keytab.txt</exclude>
                  </excludes>
                </filter>
                <filter>
                  <artifact>com.microsoft.azure:azure-data-lake-store-sdk</artifact>
                  <excludes>
                    <exclude>com/microsoft/azure/datalake/store/HttpTransport.class</exclude>
                  </excludes>
                </filter>
                <filter>
                  <artifact>org.apache.hadoop:hadoop-common</artifact>
                  <excludes>
                    <exclude>*.h</exclude>
                    <exclude>org/apache/hadoop/fs/FileSystem.class</exclude>
                    <exclude>org/apache/hadoop/fs/FileSystem$*.class</exclude>
                    <exclude>org/apache/hadoop/util/NativeCodeLoader.class</exclude>
                    <exclude>org/apache/hadoop/security/UserGroupInformation.class</exclude>
                    <exclude>org/apache/hadoop/security/UserGroupInformation$*.class</exclude>
                    <exclude>org/apache/hadoop/crypto/key/kms/KMSClientProvider.class</exclude>
                    <exclude>org/apache/hadoop/crypto/key/kms/KMSClientProvider$*.class</exclude>
                  </excludes>
                </filter>
                <filter>
                  <artifact>org.apache.hadoop:hadoop-hdfs</artifact>
                  <includes>
                    <include>hdfs-default.xml</include>
                  </includes>
                </filter>
                <filter>
                  <artifact>org.apache.hadoop:hadoop-mapreduce-client-core</artifact>
                  <excludes>
                    <exclude>mapred-default.xml.orig</exclude>
                  </excludes>
                </filter>
                <filter>
                  <artifact>${project.groupId}:${project.artifactId}</artifact>
                  <includes>
                    <include>**</include>
                  </includes>
                </filter>
              </filters>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>4.9.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.squareup.okio</groupId>
      <artifactId>okio</artifactId>
      <version>2.8.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.4.10</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>annotations</artifactId>
          <groupId>org.jetbrains</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-common</artifactId>
      <version>1.4.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>33.1.0-jre</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>listenablefuture</artifactId>
          <groupId>com.google.guava</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>failureaccess</artifactId>
      <version>1.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.checkerframework</groupId>
      <artifactId>checker-qual</artifactId>
      <version>3.42.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.errorprone</groupId>
      <artifactId>error_prone_annotations</artifactId>
      <version>2.26.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.j2objc</groupId>
      <artifactId>j2objc-annotations</artifactId>
      <version>3.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.xerial.snappy</groupId>
      <artifactId>snappy-java</artifactId>
      <version>1.1.10.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.lz4</groupId>
      <artifactId>lz4-java</artifactId>
      <version>1.8.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <properties>
    <project.build.targetJdk>21</project.build.targetJdk>
    <dep.slf4j.version>1.7.36</dep.slf4j.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <shadeBase>io.trino.hadoop.\$internal</shadeBase>
    <dep.hadoop.version>3.3.5</dep.hadoop.version>
  </properties>
</project>
