aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-09-06 09:33:36 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-09-06 09:34:30 +0200
commit1bae22140048e9d48f686ff3a0bd8388b3d016a8 (patch)
tree42dc1ae2dfb845cbfb205fcc837a932488cd69e7 /sonar-server/pom.xml
parent6fa3003cc351eef3c7a9f525f2a323f8730b8048 (diff)
downloadsonarqube-1bae22140048e9d48f686ff3a0bd8388b3d016a8.tar.gz
sonarqube-1bae22140048e9d48f686ff3a0bd8388b3d016a8.zip
Upgrade JRuby on Rails stack
* SONAR-3780 drop support of servlet 2.4 servers * SONAR-3435 upgrade jruby from 1.6.1 to 1.6.7.2 * SONAR-3737 upgrade rails from 2.3.5 to 2.3.14
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 5e94cf94961..1c5dd6cc09f 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -21,7 +21,6 @@
<artifactId>sonar-batch-maven-compat</artifactId>
<version>${project.version}</version>
</dependency>
-
<dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-channel</artifactId>
@@ -46,7 +45,6 @@
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-markdown</artifactId>
</dependency>
-
<dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-update-center-common</artifactId>
@@ -105,7 +103,6 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- <version>2.4</version>
<scope>provided</scope>
</dependency>
<dependency>