From f9526bd38988586e768c0aebe7adeec0d745eb1c Mon Sep 17 00:00:00 2001 From: Nothere998 <190948515+Nothere998@users.noreply.github.com> Date: Sat, 7 Dec 2024 18:59:38 +0200 Subject: [PATCH] twin pom.xml --- twin/pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/twin/pom.xml b/twin/pom.xml index 6e76aa318473..63b18acbcbc8 100644 --- a/twin/pom.xml +++ b/twin/pom.xml @@ -34,9 +34,29 @@ twin + + + org.slf4j + slf4j-api + 2.0.9 + + + org.slf4j + slf4j-simple + 2.0.9 + + + + + org.junit.jupiter + junit-jupiter-api + 5.10.0 + test + org.junit.jupiter junit-jupiter-engine + 5.10.0 test @@ -47,17 +67,27 @@ + org.apache.maven.plugins maven-assembly-plugin + 3.5.0 + create-jar + package + + single + com.iluwatar.twin.App + + jar-with-dependencies + @@ -65,3 +95,4 @@ +