Avoid plugin load conflict between nodejs and config-file-provider (#1381)
Could really use a plugin load test for our integrations module 😰
This commit is contained in:
parent
712cbefe04
commit
d6759fbfb0
|
|
@ -99,7 +99,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jenkins-ci.plugins</groupId>
|
<groupId>org.jenkins-ci.plugins</groupId>
|
||||||
<artifactId>config-file-provider</artifactId>
|
<artifactId>config-file-provider</artifactId>
|
||||||
<version>3.4.1</version>
|
<version>3.6.3</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue