Skip to content

Commit ca7bbee

Browse files
authored
Remove dependency on javax.injection. (#1931)
Closes #1929.
1 parent f51d415 commit ca7bbee

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
@@ -23,7 +23,6 @@
2323
<springdata.commons>3.2.5-SNAPSHOT</springdata.commons>
2424
<java-module-name>spring.data.couchbase</java-module-name>
2525
<hibernate.validator>7.0.1.Final</hibernate.validator>
26-
<mysema.querydsl>3.7.4</mysema.querydsl>
2726
<couchbase.encryption>3.1.0</couchbase.encryption>
2827
<jodatime>2.10.13</jodatime>
2928
<jackson-joda>2.13.4</jackson-joda>
@@ -48,19 +47,7 @@
4847
<groupId>com.querydsl</groupId>
4948
<artifactId>querydsl-apt</artifactId>
5049
<version>${querydsl}</version>
51-
<exclusions>
52-
<exclusion>
53-
<groupId>javax.inject</groupId>
54-
<artifactId>javax.inject</artifactId>
55-
</exclusion>
56-
</exclusions>
57-
</dependency>
58-
59-
<dependency>
60-
<groupId>javax.inject</groupId>
61-
<artifactId>javax.inject</artifactId>
62-
<version>1</version>
63-
<scope>test</scope>
50+
<classifier>jakarta</classifier>
6451
</dependency>
6552

6653
<dependency>

0 commit comments

Comments
 (0)