diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-10-18 10:00:42 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-10-18 10:00:42 +0200 |
commit | 25ba600cc14ed0596a809652fb9ab76226899ec5 (patch) | |
tree | c6a5040d2fc3067629d1897dcfb4294e78018825 /pom.xml | |
parent | 5bfec46b1e2216a2b892b0f681c903c55571ac82 (diff) | |
download | sonarqube-25ba600cc14ed0596a809652fb9ab76226899ec5.tar.gz sonarqube-25ba600cc14ed0596a809652fb9ab76226899ec5.zip |
SONAR-2915 Sonar can't be started on Solaris due to upgrade of JRuby
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -869,9 +869,10 @@ <version>1.2</version> </dependency> <dependency> + <!-- do not upgrade to 1.6.4 due to Solaris incompatibility. See https://jira.codehaus.org/browse/SONAR-2915 --> <groupId>org.jruby</groupId> <artifactId>jruby-complete</artifactId> - <version>1.6.4</version> + <version>1.6.1</version> </dependency> <dependency> <groupId>geronimo-spec</groupId> |