From a79693c16a8beaf244b29763758d733eeb9655c0 Mon Sep 17 00:00:00 2001 From: Dirk Mahler Date: Fri, 27 Jun 2025 11:55:23 +0200 Subject: [PATCH] #222 fixed compatibility with jQA 2.7.0 --- java/pom.xml | 34 ++++++++++++---------------------- 1 file changed, 12 insertions(+), 22 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index 8d86a69..066e014 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -9,29 +9,7 @@ jqassistant-typescript-plugin - - ${com.buschmais.jqassistant.version} - ${com.buschmais.jqassistant.version} - 1.18.34 - - - - - ${project.basedir}/src/main/resources - - META-INF/jqassistant-plugin.xml - - true - - - ${project.basedir}/src/main/resources - - META-INF/jqassistant-plugin.xml - - false - - org.apache.maven.plugins @@ -47,26 +25,37 @@ com.buschmais.jqassistant.core store + provided com.buschmais.jqassistant.core scanner + provided + + + com.buschmais.jqassistant.core + report + provided com.buschmais.jqassistant.plugin common + provided com.buschmais.xo xo.api + provided com.buschmais.jqassistant.plugin json + provided org.mapstruct mapstruct + provided org.projectlombok @@ -91,6 +80,7 @@ com.buschmais.jqassistant.core test + test