From 40845b6c7cd01022adbf90de14830265a534ef60 Mon Sep 17 00:00:00 2001 From: YarikNarozhnyi Date: Sun, 17 Nov 2024 21:16:53 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B4=D0=B0=D0=BD=D0=BE=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BB=D0=B5=D0=B6=D0=BD=D1=96=D1=81=D1=82=D1=8C=20JUnit?= =?UTF-8?q?=20=D1=83=20pom.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4f16fc1c3..e63ee279d 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,70 @@ - + + 4.0.0 + + com.example + jv-oop-advanced + 1.0-SNAPSHOT + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M8 + + + + + + + + junit + junit + 4.13.2 + test + + + + + org.slf4j + slf4j-api + 2.0.9 + + + ch.qos.logback + logback-classic + 1.4.11 + + + + + org.apache.commons + commons-lang3 + 3.12.0 + + + + + com.google.code.gson + gson + 2.10.1 + + + +