Took 5 seconds
This commit is contained in:
Kiran Hart 2023-06-20 19:38:48 -04:00
parent 810444f886
commit 825f07d479
No known key found for this signature in database
GPG Key ID: 5F36C7BC79D3EBC3

14
pom.xml
View File

@ -8,7 +8,7 @@
<name>AuctionHouse</name>
<description>The ultimate auction solution for your server</description>
<version>2.98.0</version>
<version>2.99.0</version>
<packaging>jar</packaging>
<properties>
<author>Kiran Hart</author>
@ -33,7 +33,8 @@
<id>repsy</id>
<name>Tweetzy Maven Repo On Repsy</name>
<url>https://repo.repsy.io/mvn/kiran/tweetzy</url>
</repository> <repository>
</repository>
<repository>
<id>placeholderapi</id>
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>
@ -120,11 +121,6 @@
<artifactId>tweetycore</artifactId>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.11.3</version>
</dependency>
<dependency>
<groupId>org.mineacademy.plugin</groupId>
<artifactId>CMI-API</artifactId>
@ -320,10 +316,6 @@
<pattern>co.aikar.taskchain</pattern>
<shadedPattern>${project.groupId}.${project.artifactId}.lib.taskchain</shadedPattern>
</relocation>
<relocation>
<pattern>de.tr7zw.changeme.nbtapi</pattern>
<shadedPattern>${project.groupId}.${project.artifactId}.lib.de.tr7zw.nbtapi</shadedPattern>
</relocation>
</relocations>
</configuration>
</plugin>