diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-22 15:31:45 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-23 15:34:05 +0200 |
commit | ac0820a7e96b3eb90e6eb2841260aa5b0989ffa8 (patch) | |
tree | 42279ce4416dfebf06c430e055f96952bbf8a514 /sonar-application/pom.xml | |
parent | 7cee5e34d9c8df519ecd8f81d4e122fcb9460a55 (diff) | |
download | sonarqube-ac0820a7e96b3eb90e6eb2841260aa5b0989ffa8.tar.gz sonarqube-ac0820a7e96b3eb90e6eb2841260aa5b0989ffa8.zip |
Working the assembly for packaging.
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 465c9b5902f..85255196142 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -91,6 +91,7 @@ <version>${project.version}</version> <scope>runtime</scope> </dependency> + <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-web</artifactId> |