diff options
Diffstat (limited to 'policy-core/pom.xml')
-rw-r--r-- | policy-core/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/policy-core/pom.xml b/policy-core/pom.xml index 6f1052e9..57fd613c 100644 --- a/policy-core/pom.xml +++ b/policy-core/pom.xml @@ -105,7 +105,6 @@ <scope>provided</scope> </dependency> - <!-- Provided dependencies --> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-xjc</artifactId> @@ -132,7 +131,7 @@ </dependency> <dependency> <groupId>org.glassfish.hk2.external</groupId> - <artifactId>javax.inject</artifactId> + <artifactId>jakarta.inject</artifactId> </dependency> </dependencies> |