From b40333bc5393c97d94f956c4e04e2f6953664af9 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Wed, 14 Oct 2015 16:06:30 +0200 Subject: Add missing commons-email dependency for plugins using API < 5.2 --- sonar-plugin-api-deps/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sonar-plugin-api-deps') diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index b67fa593cc6..f1ff511c965 100644 --- a/sonar-plugin-api-deps/pom.xml +++ b/sonar-plugin-api-deps/pom.xml @@ -45,6 +45,11 @@ commons-collections 3.2.1 + + org.apache.commons + commons-email + 1.3.2 + commons-io commons-io -- cgit v1.2.3