From 277ef4d279625959d7dce658dd0db913402b8493 Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Tue, 25 Jan 2022 18:49:10 +0100 Subject: [PATCH] Fix the enforcer error Signed-off-by: Andrew Berezovskyi --- core/oslc4j-core/pom.xml | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/core/oslc4j-core/pom.xml b/core/oslc4j-core/pom.xml index 02dad2f5d..af9972eb1 100644 --- a/core/oslc4j-core/pom.xml +++ b/core/oslc4j-core/pom.xml @@ -55,6 +55,11 @@ jakarta.annotation jakarta.annotation-api + + jakarta.activation + jakarta.activation-api + provided + org.slf4j slf4j-api diff --git a/pom.xml b/pom.xml index 7cc4033b8..859d00530 100644 --- a/pom.xml +++ b/pom.xml @@ -350,7 +350,7 @@ provided - com.sun.activation + jakarta.activation jakarta.activation-api 1.2.2 provided