From 0c7c2499a28790234cecc6914800dd101738be37 Mon Sep 17 00:00:00 2001 From: Alexander Hartung Date: Wed, 12 Jan 2022 16:45:10 +0100 Subject: [PATCH] update pom --- .classpath | 2 +- pom.xml | 50 +------------------- src/test/java/Arcade64/Arcade64/AppTest.java | 20 ++++---- 3 files changed, 13 insertions(+), 59 deletions(-) diff --git a/.classpath b/.classpath index 5e8a55f..ebde520 100644 --- a/.classpath +++ b/.classpath @@ -13,7 +13,7 @@ - + diff --git a/pom.xml b/pom.xml index a1c1305..78dbd9f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,55 +1,9 @@ - - - + 4.0.0 - Arcade64 Arcade64 0.0.1-SNAPSHOT - Arcade64 - - http://www.example.com - - - UTF-8 - 1.8 - 1.8 - - - - - org.junit.jupiter - junit-jupiter-api - 5.8.1 - test - - - org.junit.jupiter - junit-jupiter-engine - 5.7.2 - test - - - junit - junit - 4.11 - test - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.8 - 1.8 - - - - + - \ No newline at end of file diff --git a/src/test/java/Arcade64/Arcade64/AppTest.java b/src/test/java/Arcade64/Arcade64/AppTest.java index 68e9656..97c1899 100644 --- a/src/test/java/Arcade64/Arcade64/AppTest.java +++ b/src/test/java/Arcade64/Arcade64/AppTest.java @@ -1,20 +1,20 @@ package Arcade64.Arcade64; -import static org.junit.Assert.assertTrue; +//import static org.junit.Assert.assertTrue; -import org.junit.Test; +//import org.junit.Test; /** * Unit test for simple App. */ public class AppTest { - /** - * Rigorous Test :-) - */ - @Test - public void shouldAnswerWithTrue() - { - assertTrue( true ); - } +// /** +// * Rigorous Test :-) +// */ +// @Test +// public void shouldAnswerWithTrue() +// { +// assertTrue( true ); +// } }