Remove use of xmlbeans 2.3.0 in build to simplify our build dependencies

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1820869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2018-01-11 12:25:12 +00:00
parent 0e8b027dbf
commit f628f27f5b
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.3.0</version>
<version>2.6.0</version>
</dependency>
</dependencies>
</project>

View File

@ -73,7 +73,7 @@
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.3.0</version>
<version>2.6.0</version>
</dependency>
</dependencies>
</project>