From 70ab0857d89f0ba5f8a8d5b2c946219dc5bbbd0d Mon Sep 17 00:00:00 2001 From: ezTxmMC Date: Tue, 24 Dec 2024 13:12:29 +0100 Subject: [PATCH] Revert "optimized parent pom" This reverts commit 0671d16595cd1ebff4fff3613cbe02c65b7695d2. --- pom.xml | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 62 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index adcff74..1d7dee7 100644 --- a/pom.xml +++ b/pom.xml @@ -26,13 +26,13 @@ smoothcloud-api - smoothcloud-chain - smoothcloud-launcher - smoothcloud-manager - smoothcloud-modules smoothcloud-node smoothcloud-worker + smoothcloud-chain + smoothcloud-modules + smoothcloud-manager smoothcloud-util + smoothcloud-launcher @@ -41,4 +41,62 @@ UTF-8 + + + it.unimi.dsi + fastutil + 8.5.15 + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.4.2 + + + + true + eu.smoothcloud.node.SmoothCloudNode + + + ezTxmMC, SyntaxJason & TntTastisch + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + 17 + 17 + + + + org.apache.maven.plugins + maven-shade-plugin + 3.6.0 + + + package + + shade + + + + + *:netty5-* + + + + + + + + + \ No newline at end of file