diff --git a/hibernate-project/dependency-reduced-pom.xml b/hibernate-project/dependency-reduced-pom.xml new file mode 100644 index 0000000..63c1bb3 --- /dev/null +++ b/hibernate-project/dependency-reduced-pom.xml @@ -0,0 +1,148 @@ + + + 4.0.0 + com.humanbooster + hibernate-project + 1.0-SNAPSHOT + + + + + maven-clean-plugin + 3.4.0 + + + maven-resources-plugin + 3.3.1 + + + maven-compiler-plugin + 3.13.0 + + + maven-surefire-plugin + 3.3.0 + + + maven-jar-plugin + 3.4.2 + + + + true + com.humanbooster.App + + + + + + maven-install-plugin + 3.1.2 + + + maven-deploy-plugin + 3.1.2 + + + maven-site-plugin + 3.12.1 + + + maven-project-info-reports-plugin + 3.6.1 + + + + + + maven-shade-plugin + 3.5.2 + + + package + + shade + + + + + com.humanbooster.App + + + + + + + + + + + org.junit.jupiter + junit-jupiter-api + 5.11.0 + test + + + opentest4j + org.opentest4j + + + junit-platform-commons + org.junit.platform + + + apiguardian-api + org.apiguardian + + + + + org.junit.jupiter + junit-jupiter-params + 5.11.0 + test + + + apiguardian-api + org.apiguardian + + + + + jakarta.servlet + jakarta.servlet-api + 6.0.0 + provided + + + + + + org.junit + junit-bom + 5.11.0 + pom + import + + + org.hibernate.orm + hibernate-platform + 6.6.13.Final + pom + import + + + org.glassfish.jersey + jersey-bom + 3.1.5 + pom + import + + + + + 21 + 21 + UTF-8 + +