diff --git a/parent-boot-2/README.md b/parent-boot-2/README.md new file mode 100644 index 0000000000..7afe447a66 --- /dev/null +++ b/parent-boot-2/README.md @@ -0,0 +1,3 @@ +## Parent Boot 2 + +This is a parent module for all projects using Spring Boot 2. diff --git a/parent-boot-2/pom.xml b/parent-boot-2/pom.xml new file mode 100644 index 0000000000..b547936479 --- /dev/null +++ b/parent-boot-2/pom.xml @@ -0,0 +1,83 @@ + + 4.0.0 + parent-boot-2 + 0.0.1-SNAPSHOT + parent-boot-2 + pom + Parent for all Spring Boot 2 modules + + + com.ossez + parent-modules + 1.0.0-SNAPSHOT + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + + + + io.rest-assured + rest-assured + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + ${start-class} + + + + + + + + + + thin-jar + + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.springframework.boot.experimental + spring-boot-thin-layout + ${thin.version} + + + + + + + + + + 3.3.0 + + 1.0.22.RELEASE + 2.1.7.RELEASE + +