Skip to content

Commit d7e8ce5

Browse files
authored
Remove javax.inject depdendency. (#1918)
Closes #1917.
1 parent b18ee9d commit d7e8ce5

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
@@ -48,6 +48,19 @@
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>
5164
</dependency>
5265

5366
<dependency>

0 commit comments

Comments
 (0)