[JAVA-1670] Upgrade JUnit and Maven Surefire Plugin in spring-boot-modules - Changed sub-modules inheritance (second batch) (#9666)

* Imported junit bom before spring-boot-dependencies bom with correct version

* Changed spring-boot-libraries

* Changed spring-boot-mvc

* Changed spring-boot-mvc-2

* Added and changed spring-boot-mvc-3

* Added and changed spring-boot-mvc-birt

* Added and changed spring-boot-nashorn

* Changed spring-boot-parent and its submodules

* Changed spring-boot-performance

* Changed spring-boot-properties

* Changed spring-boot-properties-2

* Changed spring-boot-runtime and its sub-modules

* Changed spring-boot-security

* Changed spring-boot-springdoc

* Changed spring-boot-testing

* Changed spring-boot-vue
This commit is contained in:
François Dupire
2020-07-08 05:00:05 +02:00
committed by GitHub
parent 5bd2434452
commit 7916487562
21 changed files with 194 additions and 141 deletions

View File

@@ -3,18 +3,20 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-boot-mvc-3</artifactId>
<name>spring-boot-mvc-3</name>
<packaging>jar</packaging>
<description>Module For Spring Boot MVC Web</description>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
<groupId>com.baeldung.spring-boot-modules</groupId>
<artifactId>spring-boot-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<artifactId>spring-boot-mvc-3</artifactId>
<packaging>jar</packaging>
<name>spring-boot-mvc-3</name>
<description>Module For Spring Boot MVC Web</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>