diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..aa44d75 --- /dev/null +++ b/pom.xml @@ -0,0 +1,81 @@ + + + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 3.2.3 + + + + com.caspos + smartseat-backend + 0.0.1-SNAPSHOT + smartseat-backend + SmartSeat Gastro Reservation Backend + + + 21 + + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-web + + + org.postgresql + postgresql + runtime + + + org.flywaydb + flyway-core + + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.testcontainers + junit-jupiter + test + + + org.testcontainers + postgresql + test + + + + + + + org.testcontainers + testcontainers-bom + 1.19.7 + pom + import + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + +