[IT] Create Simple Project for handling docx using Apache POI Part 1/2 In the last post, I checked the Simple Maven Project Creation and "pom.xml". In this post, Let's add a component necessary for Word document editing to "pom.xml" and then print a test documnet. @ Apache POI's Artifacts This is a list of Artifacts required for editing Word documents. You should refer to this and add them to of..