aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-01-17 10:30:52 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2014-01-17 10:31:15 +0100
commit52288117790692fece168e8ac44fb1bfd259a936 (patch)
treeed74688a5c1028fe942d3da600e8894d49312c68 /pom.xml
parentd55ad09616587c9a964e8f1bad7b36de65125d65 (diff)
downloadsonarqube-52288117790692fece168e8ac44fb1bfd259a936.tar.gz
sonarqube-52288117790692fece168e8ac44fb1bfd259a936.zip
Downgrade to jruby 1.7.9.
v1.7.10 is much slower at startup.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5e6c71c956c..3695368b08e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1032,7 +1032,8 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
- <version>1.7.10</version>
+ <!-- do not upgrade to 1.7.10, much slower at startup -->
+ <version>1.7.9</version>
</dependency>
<dependency>
<groupId>geronimo-spec</groupId>