Skip to content

Commit c9be2c1

Browse files
committed
Order requireUpperBoundDeps and document conflicts
1 parent dac6332 commit c9be2c1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -261,28 +261,28 @@
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

0 commit comments

Comments
 (0)