From f20b151a9c8aecf8a29de47ec47ead5658a4ede9 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 14 Sep 2021 13:17:25 +0200 Subject: [PATCH] Update pom dependencies --- flashy/.project | 11 +++++++ flashy/pom.xml | 87 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) diff --git a/flashy/.project b/flashy/.project index 2be9a9f..716405a 100644 --- a/flashy/.project +++ b/flashy/.project @@ -20,4 +20,15 @@ org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + + + 1631617351852 + + 30 + + org.eclipse.core.resources.regexFilterMatcher + node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + + + diff --git a/flashy/pom.xml b/flashy/pom.xml index 035dce6..859b65b 100644 --- a/flashy/pom.xml +++ b/flashy/pom.xml @@ -7,12 +7,99 @@ 1.0-SNAPSHOT Flashy http://maven.apache.org + + UTF-8 + 16 + 16 + 18-ea+2 + + + + + org.openjfx + javafx-controls + ${javafx.version} + + + + + org.openjfx + javafx-fxml + ${javafx.version} + + + junit junit 3.8.1 test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${maven.compiler.target} + true + true + + --enable-preview + + + + + + + maven-surefire-plugin + 3.0.0-M5 + + @{argLine} --enable-preview + 1 + true + + + + + + org.openjfx + javafx-maven-plugin + 0.0.6 + + it1901.groups-2021.gr2141.App + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + + + + +