Skip to content

Commit 274d45b

Browse files
authored
Merge pull request #53 from jonesbusy/feature/update-bom
Update bom and update dependencies for Jackson3
2 parents f5ec042 + 35dc773 commit 274d45b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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>
@@ -99,11 +99,6 @@
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>
@@ -118,6 +113,13 @@
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>

0 commit comments

Comments
 (0)