diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-03-25 11:40:26 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-03-25 11:40:39 +0100 |
commit | 9e4f4088f57a688e7865604ac3eef7153fc19eec (patch) | |
tree | b35d5bf0aae82fa0c4c9e2be1bc689e215eb57b2 /pom.xml | |
parent | cf02e5d9daefd6ab52ef81ac03797412383d1536 (diff) | |
download | sonarqube-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.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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> |