From 0f0366e6a3e6ea38ecbde16fea588d076c022698 Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 28 Jul 2024 16:14:14 +0800 Subject: [PATCH] md --- ...aven__org_apache_poi_ooxml_schemas_1_4.xml | 13 ++++++++++ ...n__org_apache_poi_poi_scratchpad_4_1_2.xml | 13 ++++++++++ ...en__org_apache_xmlbeans_xmlbeans_3_0_1.xml | 13 ++++++++++ emis-biz-web/emis-biz-web.iml | 22 ++++++++-------- emis-biz/pom.xml | 25 +++++++++++++++++++ 5 files changed, 76 insertions(+), 10 deletions(-) create mode 100644 .idea/libraries/Maven__org_apache_poi_ooxml_schemas_1_4.xml create mode 100644 .idea/libraries/Maven__org_apache_poi_poi_scratchpad_4_1_2.xml create mode 100644 .idea/libraries/Maven__org_apache_xmlbeans_xmlbeans_3_0_1.xml diff --git a/.idea/libraries/Maven__org_apache_poi_ooxml_schemas_1_4.xml b/.idea/libraries/Maven__org_apache_poi_ooxml_schemas_1_4.xml new file mode 100644 index 000000000..aca2261d6 --- /dev/null +++ b/.idea/libraries/Maven__org_apache_poi_ooxml_schemas_1_4.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_apache_poi_poi_scratchpad_4_1_2.xml b/.idea/libraries/Maven__org_apache_poi_poi_scratchpad_4_1_2.xml new file mode 100644 index 000000000..9a0567b34 --- /dev/null +++ b/.idea/libraries/Maven__org_apache_poi_poi_scratchpad_4_1_2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_apache_xmlbeans_xmlbeans_3_0_1.xml b/.idea/libraries/Maven__org_apache_xmlbeans_xmlbeans_3_0_1.xml new file mode 100644 index 000000000..4cfb693fc --- /dev/null +++ b/.idea/libraries/Maven__org_apache_xmlbeans_xmlbeans_3_0_1.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/emis-biz-web/emis-biz-web.iml b/emis-biz-web/emis-biz-web.iml index 8dd286f20..5629c9673 100644 --- a/emis-biz-web/emis-biz-web.iml +++ b/emis-biz-web/emis-biz-web.iml @@ -112,11 +112,6 @@ - - - - - @@ -156,7 +151,6 @@ - @@ -234,16 +228,24 @@ + + + + + + + + + + + + - - - - diff --git a/emis-biz/pom.xml b/emis-biz/pom.xml index 136c6b24f..f4416572b 100644 --- a/emis-biz/pom.xml +++ b/emis-biz/pom.xml @@ -115,6 +115,31 @@ + + + org.apache.poi + poi + 4.1.2 + + + + org.apache.poi + poi-scratchpad + 4.1.2 + + + + org.apache.poi + poi-ooxml + 4.1.2 + + + + org.apache.poi + ooxml-schemas + 1.4 + + com.alibaba