This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit 631395db9b03d8032adf7ea0a31d47ae66f47f84 Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Sat Dec 7 16:11:15 2024 +0100 Removes angus-mail definition, as it not used anywhere + fix a typo --- .../src/test/java/org/apache/wiki/HttpMockFactory.java | 2 +- pom.xml | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/jspwiki-main/src/test/java/org/apache/wiki/HttpMockFactory.java b/jspwiki-main/src/test/java/org/apache/wiki/HttpMockFactory.java index efec2ddb6..aaf087594 100755 --- a/jspwiki-main/src/test/java/org/apache/wiki/HttpMockFactory.java +++ b/jspwiki-main/src/test/java/org/apache/wiki/HttpMockFactory.java @@ -37,7 +37,7 @@ import java.util.Vector; /** * Mocks {@link TestEngine}'s http interactions. As this is a general usage class, tests using {@code MockitoExtension} - * and {@link TestEngine} should also use {@code @MockitoSettings( strictness = Strictness.LENIENT}. + * and {@link TestEngine} should also use {@code @MockitoSettings( strictness = Strictness.LENIENT )}. */ public class HttpMockFactory { diff --git a/pom.xml b/pom.xml index 27beeacbd..2f87b6053 100644 --- a/pom.xml +++ b/pom.xml @@ -172,16 +172,10 @@ <version>${jakarta-mail.version}</version> </dependency> - <dependency><!-- as of 1.6.2 not included by javax.mail-api, see https://javaee.github.io/javamail/docs/COMPAT.txt --> - <groupId>com.sun.mail</groupId> - <artifactId>logging-mailhandler</artifactId> - <version>${javax-mail.version}</version> - </dependency> - - <dependency> - <groupId>org.eclipse.angus</groupId> - <artifactId>angus-mail</artifactId> - <version>2.0.3</version> + <dependency><!-- as of 1.6.2 not included by javax.mail-api, see https://javaee.github.io/javamail/docs/COMPAT.txt --> + <groupId>com.sun.mail</groupId> + <artifactId>logging-mailhandler</artifactId> + <version>${javax-mail.version}</version> </dependency> <dependency>
