Remove old version of XMLBeans. We don't use it directly and Tika brings in a new version

This commit is contained in:
Tim Donohue
2022-03-29 09:20:37 -05:00
parent e49a1d86af
commit a0438e51ad
3 changed files with 0 additions and 13 deletions

View File

@@ -659,10 +659,6 @@
<artifactId>lucene-analyzers-stempel</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</dependency>
<!-- Tika is used to extract full text from documents in order to index in Solr -->
<dependency>

View File

@@ -273,10 +273,6 @@
<artifactId>lucene-analyzers-stempel</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>

View File

@@ -1572,11 +1572,6 @@
<artifactId>poi-ooxml-full</artifactId>
<version>${poi-version}</version>
</dependency>
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>