From 25d70d5fbe8de5a25f3c74d50561a2fb2d1fa83f Mon Sep 17 00:00:00 2001 From: satomichan Date: Sun, 29 Nov 2020 11:18:45 +0900 Subject: [PATCH] 2020-11-29 (2) --- .../maven/eiyou_table/eiyou_table/pom.xml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 target/classes/META-INF/maven/eiyou_table/eiyou_table/pom.xml diff --git a/target/classes/META-INF/maven/eiyou_table/eiyou_table/pom.xml b/target/classes/META-INF/maven/eiyou_table/eiyou_table/pom.xml new file mode 100644 index 0000000..7a36375 --- /dev/null +++ b/target/classes/META-INF/maven/eiyou_table/eiyou_table/pom.xml @@ -0,0 +1,36 @@ + + 4.0.0 + eiyou_table + eiyou_table + 0.0.1-SNAPSHOT + EiyouTable + + + org.apache.poi + poi-ooxml + 3.17 + + + + commons-configuration + commons-configuration + 1.4 + + + + commons-collections + commons-collections + 3.2.2 + + + + commons-cli + commons-cli + 1.4 + + + + + \ No newline at end of file -- 2.24.4