Skip to content

Commit d47d84f

Browse files
committed
Merge branch '1.5.x' into 2.0.x
2 parents de6ce79 + dc4691f commit d47d84f

File tree

1 file changed

+6
-0
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+6
-0
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,12 @@
625625
<groupId>com.googlecode.json-simple</groupId>
626626
<artifactId>json-simple</artifactId>
627627
<version>${simple-json.version}</version>
628+
<exclusions>
629+
<exclusion>
630+
<groupId>junit</groupId>
631+
<artifactId>junit</artifactId>
632+
</exclusion>
633+
</exclusions>
628634
</dependency>
629635
<dependency>
630636
<groupId>com.h2database</groupId>

0 commit comments

Comments
 (0)