Skip to content

Commit

Permalink
Remove javax.inject dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
amanteaux committed Jan 14, 2025
1 parent 392cc73 commit e30b328
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plume-db-querydsl-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
<dependency>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-sql-codegen</artifactId>
<exclusions>
<exclusion>
<artifactId>javax.inject</artifactId>
<groupId>javax.inject</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit e30b328

Please sign in to comment.