From 1fd4d7a9856865de7b14adfaae10d3db982fc85c Mon Sep 17 00:00:00 2001 From: jycr Date: Mon, 10 Jul 2023 16:53:19 +0200 Subject: [PATCH] Removes unnecessary dependencies and plugins --- ecocode-rules-specifications/pom.xml | 51 ++-------------------------- 1 file changed, 3 insertions(+), 48 deletions(-) diff --git a/ecocode-rules-specifications/pom.xml b/ecocode-rules-specifications/pom.xml index 18d229400..650c84183 100644 --- a/ecocode-rules-specifications/pom.xml +++ b/ecocode-rules-specifications/pom.xml @@ -14,52 +14,9 @@ Repository that contains the specifications of every static-analysis rules available in ecoCode plugins. https://github.com/green-code-initiative/ecoCode/tree/main/ecocode-rules-specifications - - - org.sonarsource.sonarqube - sonar-plugin-api - provided - - - org.sonarsource.analyzer-commons - sonar-analyzer-commons - - - - org.junit.jupiter - junit-jupiter - test - - - - org.assertj - assertj-core - test - - - - - org.jacoco - jacoco-maven-plugin - - - prepare-agent - - prepare-agent - - - - report - - report - - - - - - @@ -125,8 +81,7 @@ - -