aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-03-25 11:40:26 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2014-03-25 11:40:39 +0100
commit9e4f4088f57a688e7865604ac3eef7153fc19eec (patch)
treeb35d5bf0aae82fa0c4c9e2be1bc689e215eb57b2 /pom.xml
parentcf02e5d9daefd6ab52ef81ac03797412383d1536 (diff)
downloadsonarqube-9e4f4088f57a688e7865604ac3eef7153fc19eec.tar.gz
sonarqube-9e4f4088f57a688e7865604ac3eef7153fc19eec.zip
Upgrade to plexus-classwords 2.5.1 to unlock JAR files on Windows
UrlClassloader locks JAR files on JVM implementations for Windows. This recent version of plexus-classworlds executes ClassLoader#close() when available (since Java 7)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index beadface881..5c673a03ee4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,6 @@
<description>Open source platform for continuous inspection of code quality</description>
<modules>
- <!-- public artifacts to be deployed to central repository -->
<module>sonar-application</module>
<module>sonar-batch</module>
<module>sonar-batch-maven-compat</module>
@@ -621,7 +620,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-classworlds</artifactId>
- <version>2.2.3</version>
+ <version>2.5.1</version>
</dependency>
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>