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
+
+
+
+
+
+
+
+