commit 0d2cfa6b59528d441035ff35b46a64d929f16d9f Author: asmhatre Date: Sat Jul 25 05:35:55 2026 +0000 Add pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..9723bed --- /dev/null +++ b/pom.xml @@ -0,0 +1,64 @@ + + + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 4.0.6 + + + + com.ankurm + sdjpa4-demo + 1.0.0 + sdjpa4-demo + Spring Data JPA 3 to 4 migration demo (ankurm.com) + + + 21 + + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + com.h2database + h2 + runtime + + + + org.jspecify + jspecify + 1.0.0 + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + + org.hibernate.orm + hibernate-processor + + + + + + +