<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.xpdustry</groupId>
  <artifactId>kotlin-shadow-relocator</artifactId>
  <version>3.0.0</version>
  <name>kotlin-shadow-relocator</name>
  <description>Gradle plugin handling Kotlin metadata relocation for Shadow</description>
  <url>https://github.com/xpdustry/kotlin-shadow-relocator</url>
  <organization>
    <name>Xpdustry</name>
    <url>https://www.xpdustry.com</url>
  </organization>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Phinner</id>
      <timezone>Europe/Brussels</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/xpdustry/kotlin-shadow-relocator.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/xpdustry/kotlin-shadow-relocator.git</developerConnection>
    <url>https://github.com/xpdustry/kotlin-shadow-relocator</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/xpdustry/kotlin-shadow-relocator/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub Actions</system>
    <url>https://github.com/xpdustry/kotlin-shadow-relocator/actions</url>
  </ciManagement>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-metadata-jvm</artifactId>
        <version>2.0.21</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-metadata-jvm</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm</artifactId>
      <version>9.8</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
