We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc541c commit af12734Copy full SHA for af12734
querydsl-jpa/pom.xml
@@ -75,6 +75,9 @@
75
<dependency>
76
<groupId>jakarta.validation</groupId>
77
<artifactId>jakarta.validation-api</artifactId>
78
+ <scope>test</scope>
79
+ </dependency>
80
+ <dependency>
81
<groupId>org.eclipse.persistence</groupId>
82
<artifactId>eclipselink</artifactId>
83
<version>${eclipselink.version}</version>
querydsl-sql-spatial/pom.xml
@@ -44,6 +44,7 @@
44
</dependency>
45
46
<!-- test -->
47
48
<groupId>org.hsqldb</groupId>
49
<artifactId>hsqldb</artifactId>
50
<version>${hsqldb.version}</version>
0 commit comments