Skip to content

Commit fb3aaa8

Browse files
committed
Remove javax.injection dependency, use querydsl classifier jakarta.
Closes #1929.
1 parent dbda968 commit fb3aaa8

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

pom.xml

+1-14
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<hibernate.validator>7.0.1.Final</hibernate.validator>
2626
<apt>1.1.3</apt>
2727
<querydsl>5.0.0</querydsl>
28-
<mysema.querydsl>3.7.4</mysema.querydsl>
2928
<couchbase.encryption>3.1.0</couchbase.encryption>
3029
<jodatime>2.10.13</jodatime>
3130
<jackson-joda>2.13.4</jackson-joda>
@@ -50,19 +49,7 @@
5049
<groupId>com.querydsl</groupId>
5150
<artifactId>querydsl-apt</artifactId>
5251
<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-
<groupId>javax.inject</groupId>
63-
<artifactId>javax.inject</artifactId>
64-
<version>1</version>
65-
<scope>test</scope>
52+
<classifier>jakarta</classifier>
6653
</dependency>
6754

6855
<dependency>

0 commit comments

Comments
 (0)