diff options
Diffstat (limited to 'eaaf_core_api/pom.xml')
-rw-r--r-- | eaaf_core_api/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eaaf_core_api/pom.xml b/eaaf_core_api/pom.xml index 9a482b7e..d9910044 100644 --- a/eaaf_core_api/pom.xml +++ b/eaaf_core_api/pom.xml @@ -40,10 +40,10 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> - <dependency> - <groupId>javax.annotation</groupId> - <artifactId>javax.annotation-api</artifactId> - </dependency> + <dependency> + <groupId>jakarta.annotation</groupId> + <artifactId>jakarta.annotation-api</artifactId> + </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> |