From c48bf642f686ef06463a256975c22fdf05b3f0bf Mon Sep 17 00:00:00 2001 From: Pavel Jandejsek Date: Sat, 29 Feb 2020 11:23:39 +0100 Subject: [PATCH] Replaced javax mail and interceptor by jakarta ones. --- .../jbehave-support-core-test-app/pom.xml | 4 ++-- jbehave-support-core-test/pom.xml | 8 ++++---- jbehave-support-core/pom.xml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/jbehave-support-core-test/jbehave-support-core-test-app/pom.xml b/jbehave-support-core-test/jbehave-support-core-test-app/pom.xml index b393737d..61a74b07 100644 --- a/jbehave-support-core-test/jbehave-support-core-test-app/pom.xml +++ b/jbehave-support-core-test/jbehave-support-core-test-app/pom.xml @@ -148,8 +148,8 @@ org.eclipse.persistence.moxy - javax.mail - javax.mail-api + jakarta.mail + jakarta.mail-api com.sun.activation diff --git a/jbehave-support-core-test/pom.xml b/jbehave-support-core-test/pom.xml index 83465808..1a351b5f 100644 --- a/jbehave-support-core-test/pom.xml +++ b/jbehave-support-core-test/pom.xml @@ -30,7 +30,7 @@ 1.3.2 2.3.2 2.7.6 - 1.6.2 + 1.6.4 1.2.2 1.4.1 1.5.1 @@ -93,9 +93,9 @@ ${version.moxy} - javax.mail - javax.mail-api - ${version.mail-api} + jakarta.mail + jakarta.mail-api + ${version.jakarta.mail-api} com.sun.activation diff --git a/jbehave-support-core/pom.xml b/jbehave-support-core/pom.xml index 39542b37..8aa49c02 100644 --- a/jbehave-support-core/pom.xml +++ b/jbehave-support-core/pom.xml @@ -183,9 +183,9 @@ -Xdoclint:none - javax.interceptor - javax.interceptor-api - 1.2 + jakarta.interceptor + jakarta.interceptor-api + 1.2.5