Skip to content

Commit

Permalink
Prerequisite for JENKINS-25785 in order to break dependency cycle whe…
Browse files Browse the repository at this point in the history
…n windows-slaves will depend on credentials
  • Loading branch information
Vlatombe committed Jun 13, 2015
1 parent 7e1a921 commit a65d007
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/main/java/hudson/ClassicPluginStrategy.java
Expand Up @@ -342,7 +342,9 @@ private void fix(Attributes atts, List<PluginWrapper.Dependency> optionalDepende
"script-security/matrix-auth",
"script-security/windows-slaves",
"script-security/antisamy-markup-formatter",
"script-security/matrix-project"
"script-security/matrix-project",
"credentials/matrix-auth",
"credentials/windows-slaves"
));

/**
Expand Down

0 comments on commit a65d007

Please sign in to comment.