From 55d82433e6e581ba5976b4242b50396f2b72d663 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Fri, 27 Sep 2024 19:10:04 +0100 Subject: [PATCH] feat: Delete usage of Jcabi to use AspectJ Maven Plugin - MEED-7544 - Meeds-io/meeds#2417 (#248) This change will delete the usage of Jcabi Maven plugin which is incompatible with newer AspectJ versions and use AspectJ Maven plugin instead --- data-upgrade-news/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/data-upgrade-news/pom.xml b/data-upgrade-news/pom.xml index 99c604e8c..e4428f389 100644 --- a/data-upgrade-news/pom.xml +++ b/data-upgrade-news/pom.xml @@ -54,12 +54,4 @@ provided - - - - com.jcabi - jcabi-maven-plugin - - -