From 009c6a90ef1b3cfa0df1f1400bf8a8a437c0b754 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 26 Jun 2024 13:48:23 +0200 Subject: [PATCH] Polishing. Reformat pom, replace http urls with HTTPS. See #3309 --- spring-data-jpa-performance/pom.xml | 207 +++++++++++++++------------- 1 file changed, 108 insertions(+), 99 deletions(-) diff --git a/spring-data-jpa-performance/pom.xml b/spring-data-jpa-performance/pom.xml index 97b7cdf93..38f130983 100644 --- a/spring-data-jpa-performance/pom.xml +++ b/spring-data-jpa-performance/pom.xml @@ -1,120 +1,129 @@ - 4.0.0 - - org.springframework.data - spring-data-jpa-parent - 3.4.x-LABS-QUERY-SNAPSHOT - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> - Spring Data JPA - Performance - spring-data-jpa-performance + 4.0.0 - - 1.37 - + spring-data-jpa-performance - + pom - - ${project.groupId} - spring-data-jpa - ${project.version} - + Spring Data JPA - Performance + Benchmark build for Spring Data JPA - - org.openjdk.jmh - jmh-generator-annprocess - ${jmh.version} - provided - + + org.springframework.data + spring-data-jpa-parent + 3.4.0-SNAPSHOT + ../pom.xml + - - jakarta.annotation - jakarta.annotation-api - ${jakarta-annotation-api} - + + 1.37 + - - jakarta.persistence - jakarta.persistence-api - ${jakarta-persistence-api} - compile - + - - ${hibernate.groupId}.orm - hibernate-core - ${hibernate} - - - net.bytebuddy - byte-buddy - - - compile - + + ${project.groupId} + spring-data-jpa + ${project.version} + - - ${hibernate.groupId}.orm - hibernate-jpamodelgen - ${hibernate} - provided - + + org.openjdk.jmh + jmh-generator-annprocess + ${jmh.version} + provided + - - jakarta.xml.bind - jakarta.xml.bind-api - ${jaxb} - provided - + + jakarta.annotation + jakarta.annotation-api + ${jakarta-annotation-api} + - - com.github.mp911de.microbenchmark-runner - microbenchmark-runner-junit5 - 0.4.0.RELEASE - test - + + jakarta.persistence + jakarta.persistence-api + ${jakarta-persistence-api} + compile + - - com.h2database - h2 - ${h2} - test - + + ${hibernate.groupId}.orm + hibernate-core + ${hibernate} + + + net.bytebuddy + byte-buddy + + + compile + - - com.github.jsqlparser - jsqlparser - ${jsqlparser} - test - + + ${hibernate.groupId}.orm + hibernate-jpamodelgen + ${hibernate} + provided + - + + jakarta.xml.bind + jakarta.xml.bind-api + ${jaxb} + provided + - - - - org.apache.maven.plugins - maven-jar-plugin - - - - org.springframework.data.jpa.performance.tests - - - - - - + + com.github.mp911de.microbenchmark-runner + microbenchmark-runner-junit5 + 0.4.0.RELEASE + test + - - - jitpack.io - https://jitpack.io - - + + com.h2database + h2 + ${h2} + test + + + + com.github.jsqlparser + jsqlparser + ${jsqlparser} + test + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + + org.springframework.data.jpa.performance.tests + + + + + + + + + + + jitpack.io + https://jitpack.io + +