aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2014-04-18 16:38:04 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2014-04-18 16:38:04 +0200
commitb8c352bdb1a8650c1715111e58d59a3b1af40739 (patch)
tree8bd8efe9ee7231328116e880789518a8940715c2 /sonar-application/pom.xml
parent8a4d9708024cba8a0089c39f041ac145d07cbc40 (diff)
downloadsonarqube-b8c352bdb1a8650c1715111e58d59a3b1af40739.tar.gz
sonarqube-b8c352bdb1a8650c1715111e58d59a3b1af40739.zip
Restore sonar-l10n-en-plugin
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 83058a4ead5..4c70ca1d0d4 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -147,6 +147,13 @@
</dependency>
<dependency>
<groupId>org.codehaus.sonar.plugins</groupId>
+ <artifactId>sonar-l10n-en-plugin</artifactId>
+ <version>${project.version}</version>
+ <type>sonar-plugin</type>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.sonar.plugins</groupId>
<artifactId>sonar-email-notifications-plugin</artifactId>
<version>${project.version}</version>
<type>sonar-plugin</type>