summaryrefslogtreecommitdiff
path: root/serverlist-server/pom.xml
diff options
context:
space:
mode:
authorPugdoot <pugmatt@gmail.com>2025-11-21 13:08:50 -0500
committerPugdoot <pugmatt@gmail.com>2025-11-21 13:08:50 -0500
commit69a8e5720be65a754c33f0e1548744c97b4d81dd (patch)
tree5c3c3e370a0475aa1977878b28576cbff88cd508 /serverlist-server/pom.xml
parent5482a348ac6b69468ca6915c0a581dfcb7be6b8d (diff)
downloadBedrockConnect-1.62.tar.gz
BedrockConnect-1.62.tar.bz2
BedrockConnect-1.62.zip
(Release) 1.21.124 Support1.62
Diffstat (limited to 'serverlist-server/pom.xml')
-rw-r--r--serverlist-server/pom.xml12
1 files changed, 2 insertions, 10 deletions
diff --git a/serverlist-server/pom.xml b/serverlist-server/pom.xml
index a8cdbd6..8a5c3d0 100644
--- a/serverlist-server/pom.xml
+++ b/serverlist-server/pom.xml
@@ -45,14 +45,6 @@
<goals>
<goal>shade</goal>
</goals>
- <configuration>
- <relocations>
- <relocation>
- <pattern>org.cloudburstmc.protocol</pattern>
- <shadedPattern>com.pyratron.pugmatt.protocol</shadedPattern>
- </relocation>
- </relocations>
- </configuration>
</execution>
</executions>
</plugin>
@@ -111,13 +103,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.12.7.1</version>
+ <version>2.15.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
- <version>2.9.8</version>
+ <version>2.15.0</version>
<scope>compile</scope>
</dependency>