From 5b63bfea88114285b46b884a25eee517b96d2b70 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Tue, 30 Jun 2015 09:59:53 +0200 Subject: Fix build with empty local Maven repository --- server/sonar-web/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'server/sonar-web') diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index c4b4e3657bd..a4628031fb0 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -16,6 +16,14 @@ src/main/js,src/main/coffee,src/main/hbs,src/main/less src/main/js/third-party/**/*,src/main/js/require.js,src/main/js/tests/**/* + + + + org.codehaus.sonar + sonar-colorizer + provided + + -- cgit v1.2.3