diff --git a/agents-flex-document-parser/agents-flex-document-parser-poi/pom.xml b/agents-flex-document-parser/agents-flex-document-parser-poi/pom.xml new file mode 100644 index 0000000..34c9587 --- /dev/null +++ b/agents-flex-document-parser/agents-flex-document-parser-poi/pom.xml @@ -0,0 +1,53 @@ + + + 4.0.0 + + com.agentsflex + agents-flex-document-parser + ${revision} + + + agents-flex-document-parser-poi + agents-flex-document-parser-poi + + + 8 + 8 + UTF-8 + 5.4.1 + + + + + + com.agentsflex + agents-flex-core + + + + org.apache.poi + poi + ${apache.poi.version} + + + + org.apache.poi + poi-ooxml + ${apache.poi.version} + + + + org.apache.poi + poi-scratchpad + ${apache.poi.version} + + + junit + junit + test + + + +