diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-10-14 16:06:30 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-10-14 16:06:30 +0200 |
commit | b40333bc5393c97d94f956c4e04e2f6953664af9 (patch) | |
tree | 6464f6fe32730930500321c00d1abd093ea2ada2 /sonar-plugin-api-deps | |
parent | 9b4bff607f50dcbc063e928772dd5c65b005e6dc (diff) | |
download | sonarqube-b40333bc5393c97d94f956c4e04e2f6953664af9.tar.gz sonarqube-b40333bc5393c97d94f956c4e04e2f6953664af9.zip |
Add missing commons-email dependency for plugins using API < 5.2
Diffstat (limited to 'sonar-plugin-api-deps')
-rw-r--r-- | sonar-plugin-api-deps/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -46,6 +46,11 @@ <version>3.2.1</version> </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-email</artifactId> + <version>1.3.2</version> + </dependency> + <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> |