mirror of https://github.com/apache/maven.git
MNG-5386: Dispose of ClassRealms after invocation to prevent out of Permgen errors (update to classworlds 2.4.1)
This commit is contained in:
parent
af88f8500d
commit
620137ebca
2
pom.xml
2
pom.xml
|
@ -42,7 +42,7 @@
|
|||
<inceptionYear>2001</inceptionYear>
|
||||
|
||||
<properties>
|
||||
<classWorldsVersion>2.4</classWorldsVersion>
|
||||
<classWorldsVersion>2.4.1</classWorldsVersion>
|
||||
<commonsCliVersion>1.2</commonsCliVersion>
|
||||
<easyMockVersion>1.2_Java1.3</easyMockVersion>
|
||||
<junitVersion>3.8.2</junitVersion>
|
||||
|
|
Loading…
Reference in New Issue