From 49c5d36f05a72de10c51af02201be8b9520ef259 Mon Sep 17 00:00:00 2001 From: Meron Date: Thu, 14 Dec 2023 16:03:28 +0100 Subject: [PATCH] [configuration] Uncommented the ASM dependency in the compiler plugin --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 5e71d8ccd..b05d6a912 100644 --- a/pom.xml +++ b/pom.xml @@ -116,13 +116,13 @@ true true - - - org.ow2.asm - asm - 9.6 - - + + + + + + + org.apache.maven.plugins