Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.apache.poi</groupId>
  3. <artifactId>poi</artifactId>
  4. <!-- <version>4.0.1</version>-->
  5. <version>3.17</version>
  6. <exclusions>
  7. <exclusion>
  8. <groupId>stax</groupId>
  9. <artifactId>stax-api</artifactId>
  10. </exclusion>
  11. <exclusion>
  12. <groupId>xml-apis</groupId>
  13. <artifactId>xml-apis</artifactId>
  14. </exclusion>
  15. <exclusion>
  16. <groupId>dom4j</groupId>
  17. <artifactId>dom4j</artifactId>
  18. </exclusion>
  19. </exclusions>
  20. </dependency>
  21. <dependency>
  22. <groupId>org.apache.poi</groupId>
  23. <artifactId>poi-ooxml</artifactId>
  24. <!-- <version>4.0.1</version>-->
  25. <version>3.17</version>
  26. <exclusions>
  27. <exclusion>
  28. <groupId>stax</groupId>
  29. <artifactId>stax-api</artifactId>
  30. </exclusion>
  31. <exclusion>
  32. <groupId>xml-apis</groupId>
  33. <artifactId>xml-apis</artifactId>
  34. </exclusion>
  35. <exclusion>
  36. <groupId>dom4j</groupId>
  37. <artifactId>dom4j</artifactId>
  38. </exclusion>
  39. </exclusions>
  40. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement