From deefc715dd618b0f3368e32aa141c9db440a9f09 Mon Sep 17 00:00:00 2001 From: mikereiche Date: Fri, 5 Apr 2024 16:26:36 -0700 Subject: [PATCH] Remove dependency on javax.injection. Closes #1929. --- pom.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index c2dbd62e8..898fa2c3e 100644 --- a/pom.xml +++ b/pom.xml @@ -48,19 +48,7 @@ com.querydsl querydsl-apt ${querydsl} - - - javax.inject - javax.inject - - - - - - javax.inject - javax.inject - 1 - test + jakarta