Skip to content

Commit

Permalink
Remove dependency on javax.injection. (#1930)
Browse files Browse the repository at this point in the history
Closes #1929.
  • Loading branch information
mikereiche committed Apr 6, 2024
1 parent 659b095 commit fccd22a
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,7 @@
<groupId>com.querydsl</groupId>
<artifactId>querydsl-apt</artifactId>
<version>${querydsl}</version>
<exclusions>
<exclusion>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<scope>test</scope>
<classifier>jakarta</classifier>
</dependency>

<dependency>
Expand Down

0 comments on commit fccd22a

Please sign in to comment.