diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-09-20 13:31:09 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-09-20 13:31:09 +0200 |
commit | 29f916852a4a205a3940287990d5a891bf5b8550 (patch) | |
tree | 95fbb53dceec5582c13aa02f888f5f03ed56fef7 /pom.xml | |
parent | d46362bfbaa7a743d84290ef632ad8f21e0777c5 (diff) | |
download | sonarqube-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.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |