We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf2033 commit 2b172f8Copy full SHA for 2b172f8
pom.xml
@@ -90,6 +90,16 @@
90
<artifactId>poi-ooxml</artifactId>
91
<version>${poi.version}</version>
92
<scope>compile</scope>
93
+ <exclusions>
94
+ <exclusion>
95
+ <groupId>stax</groupId>
96
+ <artifactId>stax-api</artifactId>
97
+ </exclusion>
98
99
+ <groupId>xml-apis</groupId>
100
+ <artifactId>xml-apis</artifactId>
101
102
+ </exclusions>
103
</dependency>
104
<dependency>
105
<groupId>org.apache.poi</groupId>
@@ -104,13 +114,6 @@
114
115
106
116
107
- <dependency>
108
- <groupId>org.apache.xmlbeans</groupId>
109
- <artifactId>xmlbeans</artifactId>
110
- <version>2.6.0</version>
111
- <scope>compile</scope>
112
- </dependency>
113
-
117
118
<groupId>org.apache.tika</groupId>
119
<artifactId>tika-parsers</artifactId>
0 commit comments