Excludes vulnerable version of mxparser and uses fixed one

This commit is contained in:
Lukasz Lenart
2021-04-06 08:00:49 +02:00
parent 04eff63445
commit 09f969a9be
+11
View File
@@ -1122,8 +1122,19 @@
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.16</version>
<exclusions>
<exclusion>
<groupId>io.github.x-stream</groupId>
<artifactId>mxparser</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.github.x-stream</groupId>
<artifactId>mxparser</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>