Skip to content

Commit a5d8a25

Browse files
committed
Fix: Use correct expressly.version property instead of hibernate6
- querydsl-jpa-codegen was incorrectly using hibernate6.version for expressly dependency - Removed unused hibernate6.version property - expressly.version is the correct property (both are 6.0.0 but semantically different) Signed-off-by: Marvin Froeder <[email protected]>
1 parent 9f52445 commit a5d8a25

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@
222222
<cglib.version>3.3.0</cglib.version>
223223
<querydsl-apt-jsr305.version>2.0.2</querydsl-apt-jsr305.version>
224224
<jmolecules.version>1.0.0</jmolecules.version>
225-
<hibernate6.version>6.0.0</hibernate6.version>
226225
<proxytoys.version>1.0</proxytoys.version>
227226
<r2dbc-mysql.version>1.4.1</r2dbc-mysql.version>
228227
<plexus-build-api-old.version>0.0.7</plexus-build-api-old.version>

querydsl-tooling/querydsl-jpa-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.glassfish.expressly</groupId>
5555
<artifactId>expressly</artifactId>
56-
<version>${hibernate6.version}</version>
56+
<version>${expressly.version}</version>
5757
<scope>provided</scope>
5858
<optional>true</optional>
5959
</dependency>

0 commit comments

Comments
 (0)