Skip to content

Commit dc4691f

Browse files
committed
Merge pull request #13438 from vtintillier:remove-junit-dependency
* pr/13438: Polish "Exclude JUnit from json-simple" Exclude JUnit from json-simple
2 parents 93804ee + 6e5ae0c commit dc4691f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,12 @@
647647
<groupId>com.googlecode.json-simple</groupId>
648648
<artifactId>json-simple</artifactId>
649649
<version>${simple-json.version}</version>
650+
<exclusions>
651+
<exclusion>
652+
<groupId>junit</groupId>
653+
<artifactId>junit</artifactId>
654+
</exclusion>
655+
</exclusions>
650656
</dependency>
651657
<dependency>
652658
<groupId>com.h2database</groupId>

0 commit comments

Comments
 (0)