Skip to content

Commit 2b172f8

Browse files
committed
Update a few dependencies
Related to elastic#80.
1 parent 5cf2033 commit 2b172f8

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

pom.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,16 @@
9090
<artifactId>poi-ooxml</artifactId>
9191
<version>${poi.version}</version>
9292
<scope>compile</scope>
93+
<exclusions>
94+
<exclusion>
95+
<groupId>stax</groupId>
96+
<artifactId>stax-api</artifactId>
97+
</exclusion>
98+
<exclusion>
99+
<groupId>xml-apis</groupId>
100+
<artifactId>xml-apis</artifactId>
101+
</exclusion>
102+
</exclusions>
93103
</dependency>
94104
<dependency>
95105
<groupId>org.apache.poi</groupId>
@@ -104,13 +114,6 @@
104114
<scope>compile</scope>
105115
</dependency>
106116

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-
114117
<dependency>
115118
<groupId>org.apache.tika</groupId>
116119
<artifactId>tika-parsers</artifactId>

0 commit comments

Comments
 (0)