aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api-deps
diff options
context:
space:
mode:
authorJenkins CI <ci@sonarsource.com>2015-10-14 17:29:08 +0200
committerJenkins CI <ci@sonarsource.com>2015-10-14 17:29:08 +0200
commit2050de252f953c38a4ca2c4baa43d3e715bb229f (patch)
tree8b69e9a8e4fdcac15ce5b723da33e84af0ac4db9 /sonar-plugin-api-deps
parent997aac4e4051de8006db15bcd810174bf3aa5421 (diff)
parentbf1ca9e5cdb705c969d93755f52c1da34e64c0dd (diff)
downloadsonarqube-2050de252f953c38a4ca2c4baa43d3e715bb229f.tar.gz
sonarqube-2050de252f953c38a4ca2c4baa43d3e715bb229f.zip
Automatic merge from branch-5.2
* origin/branch-5.2: SONAR-6880 Fix return_to fix the components page of just provisioned project Add missing commons-email dependency for plugins using API < 5.2 SONAR-6277 Fix incorrect offset conversion with old Mac line ends '\r'
Diffstat (limited to 'sonar-plugin-api-deps')
-rw-r--r--sonar-plugin-api-deps/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml
index 8e3f03a634e..d4347e78963 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>