We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625f428 commit e9aa6ddCopy full SHA for e9aa6dd
spring-boot-dependencies/pom.xml
@@ -648,6 +648,13 @@
648
<groupId>com.googlecode.json-simple</groupId>
649
<artifactId>json-simple</artifactId>
650
<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>
658
</dependency>
659
<dependency>
660
<groupId>com.h2database</groupId>
0 commit comments