diff options
Diffstat (limited to 'archiva-jetty')
-rw-r--r-- | archiva-jetty/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 86a8d2985..ffa292180 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -76,8 +76,8 @@ <scope>runtime</scope> </dependency> <dependency> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> + <groupId>jakarta.mail</groupId> + <artifactId>jakarta.mail-api</artifactId> <scope>runtime</scope> </dependency> </dependencies> |