From f416a634211a633ea24a416425c1e23d0c8ad3a0 Mon Sep 17 00:00:00 2001 From: fdai5595 Date: Thu, 8 Feb 2024 15:32:42 +0000 Subject: [PATCH] Update pom.xml --- pom.xml | 53 +++++++++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 21c5d05..4b4d00b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,24 +1,29 @@ - - 4.0.0 - org.progmethoden - java-chat - 0.0.1-SNAPSHOT - - - - - com.google.code.gson - gson - 2.10.1 - - - - org.mockito - mockito-core - 4.1.10 - test - - - - - \ No newline at end of file + + 4.0.0 + org.progmethoden + java-chat + 0.0.1-SNAPSHOT + + + + + com.google.code.gson + gson + 2.10.1 + + + junit + junit + 4.13.2 + test + + + org.junit.jupiter + junit-jupiter + RELEASE + test + + + + +