mirror of https://github.com/apache/maven.git
o Fixed another classloader leak where core was grabbing random elements in plugin classloaders
This commit is contained in:
parent
2103c82d57
commit
9712df3ded
4
pom.xml
4
pom.xml
|
@ -47,8 +47,8 @@
|
|||
<easyMockVersion>1.2_Java1.3</easyMockVersion>
|
||||
<junitVersion>3.8.2</junitVersion>
|
||||
<plexusVersion>1.5.5</plexusVersion>
|
||||
<plexusInterpolationVersion>1.14</plexusInterpolationVersion>
|
||||
<plexusUtilsVersion>3.0.9</plexusUtilsVersion>
|
||||
<plexusInterpolationVersion>1.16</plexusInterpolationVersion>
|
||||
<plexusUtilsVersion>3.0.10</plexusUtilsVersion>
|
||||
<sisuInjectVersion>2.3.0</sisuInjectVersion>
|
||||
<wagonVersion>2.3</wagonVersion>
|
||||
<securityDispatcherVersion>1.3</securityDispatcherVersion>
|
||||
|
|
Loading…
Reference in New Issue