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 dbda968 commit 0857a77Copy full SHA for 0857a77
pom.xml
@@ -25,7 +25,6 @@
25
<hibernate.validator>7.0.1.Final</hibernate.validator>
26
<apt>1.1.3</apt>
27
<querydsl>5.0.0</querydsl>
28
- <mysema.querydsl>3.7.4</mysema.querydsl>
29
<couchbase.encryption>3.1.0</couchbase.encryption>
30
<jodatime>2.10.13</jodatime>
31
<jackson-joda>2.13.4</jackson-joda>
@@ -50,19 +49,7 @@
50
49
<groupId>com.querydsl</groupId>
51
<artifactId>querydsl-apt</artifactId>
52
<version>${querydsl}</version>
53
- <exclusions>
54
- <exclusion>
55
- <groupId>javax.inject</groupId>
56
- <artifactId>javax.inject</artifactId>
57
- </exclusion>
58
- </exclusions>
59
- </dependency>
60
-
61
- <dependency>
62
63
64
- <version>1</version>
65
- <scope>test</scope>
+ <classifier>jakarta</classifier>
66
</dependency>
67
68
<dependency>
0 commit comments