diff options
Diffstat (limited to 'archiva-modules/plugins/problem-reports/pom.xml')
-rw-r--r-- | archiva-modules/plugins/problem-reports/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-modules/plugins/problem-reports/pom.xml b/archiva-modules/plugins/problem-reports/pom.xml index 8b30065c0..b94505b9f 100644 --- a/archiva-modules/plugins/problem-reports/pom.xml +++ b/archiva-modules/plugins/problem-reports/pom.xml @@ -168,13 +168,13 @@ <!-- Needed for JDK >= 9 --> <dependency> <groupId>jakarta.annotation</groupId> - <artifactId>jakarta.annotation-api</artifactId> + <artifactId>jakarta.annotation-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> - <artifactId>jakarta.xml.bind-api</artifactId> + <artifactId>jakarta.xml.bind-api</artifactId> <scope>test</scope> </dependency> </dependencies> |