226 lines
7.5 KiB
XML
226 lines
7.5 KiB
XML
<?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>mc-mesh-plugin</artifactId>
|
|
<groupId>com.aaaaahhhhhhh.bananapuncher714</groupId>
|
|
<version>0.0.1</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>mc-mesh-plugin-environment</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
<version>3.1.0</version>
|
|
<executions>
|
|
<execution>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goal>shade</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.14.1</version>
|
|
<configuration>
|
|
<release>21</release>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.spigotmc</groupId>
|
|
<artifactId>spigot</artifactId>
|
|
<version>1.21.11-R0.1-SNAPSHOT</version>
|
|
<scope>provided</scope>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>spigot-api</artifactId>
|
|
<groupId>org.spigotmc</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>jline</artifactId>
|
|
<groupId>org.jline</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>log4j-iostreams</artifactId>
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>asm-commons</artifactId>
|
|
<groupId>org.ow2.asm</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>lz4-java</artifactId>
|
|
<groupId>at.yawk.lz4</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>azure-json</artifactId>
|
|
<groupId>com.azure</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>oshi-core</artifactId>
|
|
<groupId>com.github.oshi</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>msal4j</artifactId>
|
|
<groupId>com.microsoft.azure</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>authlib</artifactId>
|
|
<groupId>com.mojang</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>brigadier</artifactId>
|
|
<groupId>com.mojang</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>datafixerupper</artifactId>
|
|
<groupId>com.mojang</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>jtracy</artifactId>
|
|
<groupId>com.mojang</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>logging</artifactId>
|
|
<groupId>com.mojang</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>commons-io</artifactId>
|
|
<groupId>commons-io</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>netty-buffer</artifactId>
|
|
<groupId>io.netty</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>netty-codec-base</artifactId>
|
|
<groupId>io.netty</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>netty-codec-compression</artifactId>
|
|
<groupId>io.netty</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>netty-codec-http</artifactId>
|
|
<groupId>io.netty</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>netty-common</artifactId>
|
|
<groupId>io.netty</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>netty-handler</artifactId>
|
|
<groupId>io.netty</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>netty-resolver</artifactId>
|
|
<groupId>io.netty</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>netty-transport</artifactId>
|
|
<groupId>io.netty</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>netty-transport-classes-epoll</artifactId>
|
|
<groupId>io.netty</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>netty-transport-classes-kqueue</artifactId>
|
|
<groupId>io.netty</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>netty-transport-native-epoll</artifactId>
|
|
<groupId>io.netty</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>netty-transport-native-epoll</artifactId>
|
|
<groupId>io.netty</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>netty-transport-native-kqueue</artifactId>
|
|
<groupId>io.netty</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>netty-transport-native-kqueue</artifactId>
|
|
<groupId>io.netty</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>netty-transport-native-unix-common</artifactId>
|
|
<groupId>io.netty</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>fastutil</artifactId>
|
|
<groupId>it.unimi.dsi</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>jna</artifactId>
|
|
<groupId>net.java.dev.jna</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>jna-platform</artifactId>
|
|
<groupId>net.java.dev.jna</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>jopt-simple</artifactId>
|
|
<groupId>net.sf.jopt-simple</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>commons-lang3</artifactId>
|
|
<groupId>org.apache.commons</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>log4j-api</artifactId>
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>log4j-core</artifactId>
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>log4j-slf4j2-impl</artifactId>
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>jspecify</artifactId>
|
|
<groupId>org.jspecify</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>commons-lang</artifactId>
|
|
<groupId>commons-lang</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>json-simple</artifactId>
|
|
<groupId>com.googlecode.json-simple</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>sqlite-jdbc</artifactId>
|
|
<groupId>org.xerial</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>mysql-connector-j</artifactId>
|
|
<groupId>com.mysql</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>maven-resolver-provider</artifactId>
|
|
<groupId>org.apache.maven</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>maven-resolver-connector-basic</artifactId>
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>maven-resolver-transport-http</artifactId>
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|
|
|