summaryrefslogtreecommitdiff
path: root/serverlist-server/pom.xml
diff options
context:
space:
mode:
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>