PRODSEC-4483: replace simple-xml with simple-xml-safe

PRODSEC-4483: replace simple-xml with simple-xml-safe
(cherry picked from commit d3ec5229d21d6e6e71d6df88e818f6d9c05dbaf7)
This commit is contained in:
Vítor Moreira
2022-01-13 22:22:07 +00:00
committed by Vitor Moreira
parent a6c51a6ceb
commit e2755e79ca
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -82,6 +82,19 @@
<artifactId>solr-clustering</artifactId>
<version>${solr.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.simpleframework</groupId>
<artifactId>simple-xml</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- replace simple-xml from solr-clustering with simple-xml-safe -->
<dependency>
<groupId>com.carrotsearch.thirdparty</groupId>
<artifactId>simple-xml-safe</artifactId>
<version>2.7.1</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -248,7 +248,7 @@ poi-ooxml-schemas-3.17-beta1.jar
poi-scratchpad-3.17-beta1.jar
protobuf-java-3.1.0.jar
rome-1.5.1.jar
simple-xml-2.7.1.jar
simple-xml-safe-2.7.1.jar
slf4j-api-1.7.7.jar
slf4j-log4j12-1.7.7.jar
solr-analysis-extras-6.6.5-patched.6.jar