Skip to content

Commit a156ea4

Browse files
committed
fix json parse issue
1 parent 7efc990 commit a156ea4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -428,18 +428,6 @@
428428
<groupId>com.dumptruckman.minecraft</groupId>
429429
<artifactId>JsonConfiguration</artifactId>
430430
<version>1.1</version>
431-
<exclusions>
432-
<exclusion>
433-
<groupId>net.minidev</groupId>
434-
<artifactId>json-smart</artifactId>
435-
</exclusion>
436-
</exclusions>
437-
</dependency>
438-
<!-- Fix CVE-2021-27568 -->
439-
<dependency>
440-
<groupId>net.minidev</groupId>
441-
<artifactId>json-smart</artifactId>
442-
<version>2.4.7</version>
443431
</dependency>
444432
<!--JsonConfiguration Dependency End-->
445433
<dependency>

0 commit comments

Comments
 (0)