Skip to content

Commit 2e4690b

Browse files
authored
Remove javax.inject dependency from 5.1.x. (#1920)
Closed #1917.
1 parent e492ce4 commit 2e4690b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,19 @@
5050
<groupId>com.querydsl</groupId>
5151
<artifactId>querydsl-apt</artifactId>
5252
<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>
5366
</dependency>
5467

5568
<dependency>

0 commit comments

Comments
 (0)