aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-09-20 13:31:09 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-09-20 13:31:09 +0200
commit29f916852a4a205a3940287990d5a891bf5b8550 (patch)
tree95fbb53dceec5582c13aa02f888f5f03ed56fef7 /pom.xml
parentd46362bfbaa7a743d84290ef632ad8f21e0777c5 (diff)
downloadsonarqube-29f916852a4a205a3940287990d5a891bf5b8550.tar.gz
sonarqube-29f916852a4a205a3940287990d5a891bf5b8550.zip
SONAR-4045 downgrade to jruby 1.7.3
See https://github.com/jruby/jruby/issues/802
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2b37bfb0d9a..f7f37af0a1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -940,9 +940,13 @@
<version>1.4</version>
</dependency>
<dependency>
+ <!--
+ Do not upgrade to 1.7.4 because of https://github.com/jruby/jruby/issues/802
+ Waiting for 1.7.5
+ -->
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
- <version>1.7.4</version>
+ <version>1.7.3</version>
</dependency>
<dependency>
<groupId>geronimo-spec</groupId>