From 7060114bbd3e32dc6b18991be0264be6243c3deb Mon Sep 17 00:00:00 2001 From: Alexander Hartung Date: Thu, 13 Jan 2022 14:13:49 +0100 Subject: [PATCH] update pom --- pom.xml | 112 +++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 87 insertions(+), 25 deletions(-) diff --git a/pom.xml b/pom.xml index aca2ebd..04b06cc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,25 +1,87 @@ - - - 4.0.0 - - com.javatpoint.application1 - my-application1 - 1.0 - jar - - Maven Quick Start Archetype - http://maven.apache.org - - - - junit - junit - 4.8.2 - test - - - - \ No newline at end of file + + 4.0.0 + Arcade64 + Arcade64 + 1.0-SNAPSHOT + jar + + 11 + 11 + 5.8.1 + 1.8.1 + 4.1.0 + 3.21.0 + + + + org.junit.jupiter + junit-jupiter-engine + ${junit.jupiter.version} + test + + + org.junit.jupiter + junit-jupiter-api + ${junit.jupiter.version} + test + + + org.junit.jupiter + junit-jupiter-params + ${junit.jupiter.version} + test + + + org.junit.platform + junit-platform-suite + ${junit.platform.version} + test + + + org.mockito + mockito-core + ${mockito.version} + test + + + org.mockito + mockito-junit-jupiter + ${mockito.version} + test + + + org.assertj + assertj-core + ${assertj.version} + test + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + + + org.junit.platform + junit-platform-surefire-provider + 1.0.1 + + + org.junit.jupiter + junit-jupiter-engine + ${junit.jupiter.version} + + + + + + + +