From 3523011cc8442fb7fa57e07d76156466d2f10e2e Mon Sep 17 00:00:00 2001 From: AlisaLinUwU Date: Sun, 26 Jan 2025 11:38:17 +0500 Subject: Initialize --- pom.xml | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..7be3721 --- /dev/null +++ b/pom.xml @@ -0,0 +1,59 @@ + + 4.0.0 + com.mavlushechka.notaryautomation + notary-automation + jar + 1.0-SNAPSHOT + Notary Automation + http://maven.apache.org + + UTF-8 + 21 + 21 + + + + 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 + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + + true + lib/ + com.mavlushechka.notaryautomation.App + + + + + + + -- cgit v1.2.3