Skip to content

Commit e9aa6dd

Browse files
vtintilliersnicoll
authored andcommitted
Exclude JUnit from json-simple
See gh-13438
1 parent 625f428 commit e9aa6dd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,13 @@
648648
<groupId>com.googlecode.json-simple</groupId>
649649
<artifactId>json-simple</artifactId>
650650
<version>${simple-json.version}</version>
651+
<exclusions>
652+
<!-- Remove compile time dependency on junit, see https://github.com/fangyidong/json-simple/issues/91 -->
653+
<exclusion>
654+
<groupId>junit</groupId>
655+
<artifactId>junit</artifactId>
656+
</exclusion>
657+
</exclusions>
651658
</dependency>
652659
<dependency>
653660
<groupId>com.h2database</groupId>

0 commit comments

Comments
 (0)