diff options
author | Jenkins CI <ci@sonarsource.com> | 2015-07-01 08:01:44 +0200 |
---|---|---|
committer | Jenkins CI <ci@sonarsource.com> | 2015-07-01 08:01:44 +0200 |
commit | 63cccef9e2f7e297fc5423f7dd8fa8f3508b265b (patch) | |
tree | 552d85b1df74a5b94249667ac038d6909917137b /server/sonar-web/pom.xml | |
parent | bca21e5dbf402492b98607efc9290f59bc90622f (diff) | |
parent | 5b63bfea88114285b46b884a25eee517b96d2b70 (diff) | |
download | sonarqube-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.xml | 8 |
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> |