mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 13:33:08 +00:00
Remove old version of XMLBeans. We don't use it directly and Tika brings in a new version
This commit is contained in:
@@ -659,10 +659,6 @@
|
|||||||
<artifactId>lucene-analyzers-stempel</artifactId>
|
<artifactId>lucene-analyzers-stempel</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</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 -->
|
<!-- Tika is used to extract full text from documents in order to index in Solr -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@@ -273,10 +273,6 @@
|
|||||||
<artifactId>lucene-analyzers-stempel</artifactId>
|
<artifactId>lucene-analyzers-stempel</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.xmlbeans</groupId>
|
|
||||||
<artifactId>xmlbeans</artifactId>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
5
pom.xml
5
pom.xml
@@ -1572,11 +1572,6 @@
|
|||||||
<artifactId>poi-ooxml-full</artifactId>
|
<artifactId>poi-ooxml-full</artifactId>
|
||||||
<version>${poi-version}</version>
|
<version>${poi-version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.xmlbeans</groupId>
|
|
||||||
<artifactId>xmlbeans</artifactId>
|
|
||||||
<version>3.1.0</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>xalan</groupId>
|
<groupId>xalan</groupId>
|
||||||
<artifactId>xalan</artifactId>
|
<artifactId>xalan</artifactId>
|
||||||
|
Reference in New Issue
Block a user