diff options
-rw-r--r-- | server/sonar-web/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index a8165295b7f..3ddf04f4114 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -18,14 +18,6 @@ <npm.script>build</npm.script> </properties> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>sonar-colorizer</artifactId> - <scope>provided</scope> - </dependency> - </dependencies> - <build> <resources> <resource> |