aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-22 00:02:51 +0200
committerStephane Gamard <stephane.gamard@searchbox.com>2014-07-23 15:34:03 +0200
commit313c75ea72b0bdf59b91b1bb1712c01d9ce06b4f (patch)
tree6fc817743c48da2d944b8b04cb75ada6207bba87 /server/sonar-web/pom.xml
parentd0f9dca7b2d3dd27ab0b43ecdd9c0ea93d4ae734 (diff)
downloadsonarqube-313c75ea72b0bdf59b91b1bb1712c01d9ce06b4f.tar.gz
sonarqube-313c75ea72b0bdf59b91b1bb1712c01d9ce06b4f.zip
Experimental fork
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r--server/sonar-web/pom.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index cc6e2043a1b..6e3ed52fcf7 100644
--- a/server/sonar-web/pom.xml
+++ b/server/sonar-web/pom.xml
@@ -19,6 +19,13 @@
<sonar.exclusions>src/main/js/third-party/**/*,src/main/js/require.js,src/main/js/tests/**/*</sonar.exclusions>
</properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-server</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
<build>
<resources>
<resource>
@@ -361,12 +368,6 @@
<artifactId>h2</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-server</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
<!-- core plugins -->
<dependency>
<groupId>org.codehaus.sonar.plugins</groupId>