Skip to content

Commit

Permalink
Merge branch 'master' into platform-independent-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
velo authored Dec 22, 2023
2 parents 1c2bfcf + af12734 commit 50c1cfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions querydsl-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
<version>${eclipselink.version}</version>
Expand Down
1 change: 1 addition & 0 deletions querydsl-sql-spatial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
</dependency>

<!-- test -->
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldb.version}</version>
Expand Down

0 comments on commit 50c1cfa

Please sign in to comment.