Skip to content

Commit fccd22a

Browse files
authored
Remove dependency on javax.injection. (#1930)
Closes #1929.
1 parent 659b095 commit fccd22a

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

pom.xml

+1-13
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,7 @@
4848
<groupId>com.querydsl</groupId>
4949
<artifactId>querydsl-apt</artifactId>
5050
<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>
51+
<classifier>jakarta</classifier>
6452
</dependency>
6553

6654
<dependency>

0 commit comments

Comments
 (0)