Skip to content

Commit

Permalink
[JENKINS-49089] Probably fixing error, without yet knowing how to rep…
Browse files Browse the repository at this point in the history
…roduce it.
  • Loading branch information
jglick committed Jan 23, 2018
1 parent a52c069 commit fb9fab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/hudson/maven/ModuleDependency.java
Expand Up @@ -63,14 +63,14 @@ public final class ModuleDependency implements Serializable {
*
* @see #getVersionAsRange()
*/
private VersionRange range;
private transient VersionRange range;

/**
* Cache of the parsed form of {@link #version}
*
* @see #parseVersion()
*/
private ArtifactVersion parsedVersion;
private transient ArtifactVersion parsedVersion;

/**
* @since 2.2
Expand Down

0 comments on commit fb9fab6

Please sign in to comment.