From 1a3625828dc2130d8a0ed3a248f6e69443ebc58a Mon Sep 17 00:00:00 2001 From: AlisaLinUwU Date: Sun, 26 Jan 2025 11:49:22 +0500 Subject: Initialize --- pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..8f2ace6 --- /dev/null +++ b/pom.xml @@ -0,0 +1,48 @@ + + 4.0.0 + com.mavlushechka.quiz + Quiz + jar + 1.0-SNAPSHOT + Quiz + http://maven.apache.org + + + UTF-8 + 17 + 17 + + + + + org.apache.poi + poi-ooxml + 5.2.2 + + + + org.apache.logging.log4j + log4j-core + 2.17.2 + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.0 + + + + package + + shade + + + + + + + -- cgit v1.2.3