mirror of https://github.com/apache/maven.git
[MNG-6828] DependencyResolutionException breaks serialization
This commit is contained in:
parent
2f144dec13
commit
b5056e4188
|
@ -26,7 +26,7 @@ public class DependencyResolutionException
|
|||
extends Exception
|
||||
{
|
||||
|
||||
private DependencyResolutionResult result;
|
||||
private final transient DependencyResolutionResult result;
|
||||
|
||||
public DependencyResolutionException( DependencyResolutionResult result, String message, Throwable cause )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue