diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-06-13 10:40:52 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-06-13 10:40:52 +0200 |
commit | aa92267c3ae906a14383c26ef2610ae358807115 (patch) | |
tree | 88e51ad2c7ad68b0faf55998dfa2e330741ee7e0 /sonar-server/pom.xml | |
parent | c257dc801bcb060cb9a5c2f8c516607721bc57e4 (diff) | |
download | sonarqube-aa92267c3ae906a14383c26ef2610ae358807115.tar.gz sonarqube-aa92267c3ae906a14383c26ef2610ae358807115.zip |
SONAR-75 Apply first version of contribution by www.serli.com
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index a89e43411ea..8b65aa8e98c 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -458,6 +458,12 @@ <version>${project.version}</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.codehaus.sonar.plugins</groupId> + <artifactId>sonar-i18n-plugin</artifactId> + <version>${project.version}</version> + <scope>provided</scope> + </dependency> </dependencies> </profile> |