Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-31137] avoid TcpSocketHostLocator NoClassDefError with optio…
…nal maven-plugin dependency
  • Loading branch information
tnguyen1 authored and Jon Hermansen committed Feb 17, 2018
1 parent e90f777 commit 93df66e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@
/**
* @author <a href="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
*/
@Extension(ordinal = 99)
@Extension(ordinal = 99, optional = true)
public class MavenPluginHelper extends TcpSocketHostLocator {

@Override
Expand Down

0 comments on commit 93df66e

Please sign in to comment.