File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 4949 <dependency >
5050 <groupId >io.jenkins.tools.bom</groupId >
5151 <artifactId >bom-${jenkins.baseline}.x</artifactId >
52- <version >6077.v303e2d08985d </version >
52+ <version >6098.v29a_dff8a_0c19 </version >
5353 <type >pom</type >
5454 <scope >import</scope >
5555 </dependency >
9999 <artifactId >pipeline-stage-step</artifactId >
100100 <scope >test</scope >
101101 </dependency >
102- <dependency >
103- <groupId >org.jenkins-ci.plugins</groupId >
104- <artifactId >pipeline-utility-steps</artifactId >
105- <scope >test</scope >
106- </dependency >
107102 <dependency >
108103 <groupId >org.jenkins-ci.plugins.workflow</groupId >
109104 <artifactId >workflow-basic-steps</artifactId >
118113 <groupId >org.testcontainers</groupId >
119114 <artifactId >testcontainers</artifactId >
120115 <scope >test</scope >
116+ <exclusions >
117+ <!-- Provided by jackson3 api plugin (same package)-->
118+ <exclusion >
119+ <groupId >com.fasterxml.jackson.core</groupId >
120+ <artifactId >jackson-annotations</artifactId >
121+ </exclusion >
122+ </exclusions >
121123 </dependency >
122124 <dependency >
123125 <groupId >org.testcontainers</groupId >
You can’t perform that action at this time.
0 commit comments