From be8e6aa0ec80d96ed37582db06750f4abfd7acf9 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 5 Aug 2013 09:21:13 +0200 Subject: [PATCH] Fix dependencies of sonar-duplications --- sonar-duplications/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index fb2ec7d8268..aed2cbbbd4c 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -25,7 +25,18 @@ com.google.guava guava + + com.google.code.findbugs + jsr305 + provided + + + + commons-io + commons-io + test + pmd pmd -- 2.39.5