-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
The following maven dependencies have the wrong scope:
<dependency> <groupId>jakarta.mail</groupId> <artifactId>jakarta.mail-api</artifactId> </dependency> <dependency> <groupId>io.github.bonigarcia</groupId> <artifactId>webdrivermanager</artifactId> <version>${version.webdrivermanager}</version> </dependency>
jakarta.mail:jakarta.mail-api must use provider scope.
io.github.bonigarcia:webdrivermanager is a test dependency.
Without these scopes, the dependencies are leaked into the war file.