aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/pom.xml
diff options
context:
space:
mode:
authorJenkins CI <ci@sonarsource.com>2015-07-01 08:01:44 +0200
committerJenkins CI <ci@sonarsource.com>2015-07-01 08:01:44 +0200
commit63cccef9e2f7e297fc5423f7dd8fa8f3508b265b (patch)
tree552d85b1df74a5b94249667ac038d6909917137b /server/sonar-web/pom.xml
parentbca21e5dbf402492b98607efc9290f59bc90622f (diff)
parent5b63bfea88114285b46b884a25eee517b96d2b70 (diff)
downloadsonarqube-63cccef9e2f7e297fc5423f7dd8fa8f3508b265b.tar.gz
sonarqube-63cccef9e2f7e297fc5423f7dd8fa8f3508b265b.zip
Automatic merge from branch-5.1
* origin/branch-5.1: Fix build with empty local Maven repository
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r--server/sonar-web/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index 42892b74a81..a4093f2d8e1 100644
--- a/server/sonar-web/pom.xml
+++ b/server/sonar-web/pom.xml
@@ -17,6 +17,14 @@
<sonar.exclusions>src/main/js/libs/third-party/**/*,src/main/js/libs/require.js</sonar.exclusions>
<grunt.arguments>maven-build --no-color</grunt.arguments>
</properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-colorizer</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
<build>
<resources>