Skip to content

Commit 6ecb45f

Browse files
Revert packaging changes of performance module.
...and remove duplicate properties entry. See: #3309
1 parent 52e6aef commit 6ecb45f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

spring-data-jpa-performance/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<artifactId>spring-data-jpa-performance</artifactId>
99

10-
<packaging>pom</packaging>
10+
<packaging>jar</packaging>
1111

1212
<name>Spring Data JPA - Performance</name>
1313
<description>Benchmark build for Spring Data JPA</description>

spring-data-jpa-performance/src/test/java/org/springframework/data/jpa/repository/RepositoryFinderTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ private void createEntityManager() {
106106
Map<String, String> properties = new HashMap<>();
107107
properties.put("jakarta.persistence.jdbc.url", "jdbc:h2:mem:test");
108108
properties.put("hibernate.dialect", "org.hibernate.dialect.H2Dialect");
109-
properties.put("hibernate.dialect", "org.hibernate.dialect.H2Dialect");
110109
properties.put("hibernate.hbm2ddl.auto", "update");
111110
EntityManagerFactory entityManagerFactory = Persistence.createEntityManagerFactory("benchmark", properties);
112111

0 commit comments

Comments
 (0)