diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..4fd8c18 --- /dev/null +++ b/pom.xml @@ -0,0 +1,45 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.3.1 + + + com.example + company-search + 0.0.1-SNAPSHOT + company-search + + 17 + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-data-rest + + + com.h2database + h2 + runtime + + + org.projectlombok + lombok + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + +