diff --git a/parent-boot-1/README.md b/parent-boot-1/README.md new file mode 100644 index 0000000000..5ad14c6519 --- /dev/null +++ b/parent-boot-1/README.md @@ -0,0 +1,3 @@ +## Parent Boot 1 + +This is a parent module for all projects using Spring Boot 1. diff --git a/parent-boot-1/pom.xml b/parent-boot-1/pom.xml new file mode 100644 index 0000000000..5f6f9fb29a --- /dev/null +++ b/parent-boot-1/pom.xml @@ -0,0 +1,63 @@ + + + 4.0.0 + parent-boot-1 + 0.0.1-SNAPSHOT + parent-boot-1 + pom + Parent for all Spring Boot 1.x 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 + ${rest-assured.version} + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + ${start-class} + + + + + + + + + 3.1.0 + 1.5.22.RELEASE + + + \ No newline at end of file