File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 261261 <scope >import</scope >
262262 <type >pom</type >
263263 </dependency >
264- <dependency >
265- <groupId >joda-time</groupId >
266- <artifactId >joda-time</artifactId >
267- <version >2.10.2</version >
268- </dependency >
269264 <!-- Fix InjectedTest -->
270265 <dependency >
271266 <groupId >org.jenkins-ci.plugins</groupId >
272267 <artifactId >docker-commons</artifactId >
273268 <version >1.17</version >
274269 </dependency >
275270 <!-- fix requireUpperBoundDeps -->
276- <dependency >
277- <groupId >org.apache.commons</groupId >
278- <artifactId >commons-lang3</artifactId >
279- <version >3.12.0</version >
280- </dependency >
281- <dependency >
271+ <dependency ><!-- jenkins-core vs. junit plugin -->
282272 <groupId >javax.annotation</groupId >
283273 <artifactId >javax.annotation-api</artifactId >
284274 <version >1.3.2</version >
285275 </dependency >
276+ <dependency ><!-- pipeline-model-extensions vs. io.jenkins.configuration-as-code:test-harness -->
277+ <groupId >joda-time</groupId >
278+ <artifactId >joda-time</artifactId >
279+ <version >2.10.2</version >
280+ </dependency >
281+ <dependency ><!-- io.jenkins:configuration-as-code vs. org.jenkins-ci.plugins:junit -->
282+ <groupId >org.apache.commons</groupId >
283+ <artifactId >commons-lang3</artifactId >
284+ <version >3.12.0</version >
285+ </dependency >
286286 </dependencies >
287287 </dependencyManagement >
288288
You can’t perform that action at this time.
0 commit comments