Skip to content

Commit

Permalink
Remove javax.injection dependency, use querydsl classifier jakarta. (#…
Browse files Browse the repository at this point in the history
…1932)

Closes #1929.
  • Loading branch information
mikereiche committed Apr 8, 2024
1 parent dbda968 commit 0857a77
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<hibernate.validator>7.0.1.Final</hibernate.validator>
<apt>1.1.3</apt>
<querydsl>5.0.0</querydsl>
<mysema.querydsl>3.7.4</mysema.querydsl>
<couchbase.encryption>3.1.0</couchbase.encryption>
<jodatime>2.10.13</jodatime>
<jackson-joda>2.13.4</jackson-joda>
Expand All @@ -50,19 +49,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 0857a77

Please sign in to comment.