aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-10-18 10:00:42 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-10-18 10:00:42 +0200
commit25ba600cc14ed0596a809652fb9ab76226899ec5 (patch)
treec6a5040d2fc3067629d1897dcfb4294e78018825 /pom.xml
parent5bfec46b1e2216a2b892b0f681c903c55571ac82 (diff)
downloadsonarqube-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.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 47888d7c8ba..351b854e713 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>