From 5284597b4593f5566d3bd53305d1a970830ba8b7 Mon Sep 17 00:00:00 2001 From: Esteban Higuita - Ceiba Software Date: Fri, 22 Oct 2021 09:54:12 -0500 Subject: [PATCH] Add dependencies for sonar plugin impl and codehaus --- commons/pom.xml | 6 ++++++ pom.xml | 14 +++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) mode change 100644 => 100755 commons/pom.xml mode change 100644 => 100755 pom.xml diff --git a/commons/pom.xml b/commons/pom.xml old mode 100644 new mode 100755 index 5b0c036..fc1a1b8 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -95,6 +95,12 @@ commons-lang 2.6 + + org.sonarsource.java + sonar-java-plugin + ${sonar-java.version} + compile + diff --git a/pom.xml b/pom.xml old mode 100644 new mode 100755 index e5a870b..21045a7 --- a/pom.xml +++ b/pom.xml @@ -96,12 +96,14 @@ 1.0.13 1.9.0 1.7.21 - 6.7 + 9.1.0.47736 3.22.0.1791 4.0.0.2052 1.23 2.6.1 1.6 + 6.15.1.26025 + 2.0.1 @@ -167,6 +169,16 @@ json-simple 1.1.1 + + org.sonarsource.sonarqube + sonar-plugin-api-impl + ${sonar.version} + + + org.codehaus.staxmate + staxmate + ${codehaus.version} +