Skip to content

Commit

Permalink
Revert packaging changes of performance module.
Browse files Browse the repository at this point in the history
...and remove duplicate properties entry.

See: spring-projects#3309
  • Loading branch information
christophstrobl committed Aug 22, 2024
1 parent 52e6aef commit 6ecb45f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion spring-data-jpa-performance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

<packaging>pom</packaging>
<packaging>jar</packaging>

<name>Spring Data JPA - Performance</name>
<description>Benchmark build for Spring Data JPA</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ private void createEntityManager() {
Map<String, String> properties = new HashMap<>();
properties.put("jakarta.persistence.jdbc.url", "jdbc:h2:mem:test");
properties.put("hibernate.dialect", "org.hibernate.dialect.H2Dialect");
properties.put("hibernate.dialect", "org.hibernate.dialect.H2Dialect");
properties.put("hibernate.hbm2ddl.auto", "update");
EntityManagerFactory entityManagerFactory = Persistence.createEntityManagerFactory("benchmark", properties);

Expand Down

0 comments on commit 6ecb45f

Please sign in to comment.