File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 89
89
</pluginRepository >
90
90
</pluginRepositories >
91
91
92
+ <dependencyManagement >
93
+ <dependencies >
94
+ <dependency >
95
+ <groupId >io.jenkins.tools.bom</groupId >
96
+ <artifactId >bom-2.164.x</artifactId >
97
+ <version >10</version >
98
+ <scope >import</scope >
99
+ <type >pom</type >
100
+ </dependency >
101
+ </dependencies >
102
+ </dependencyManagement >
103
+
92
104
<dependencies >
93
105
<dependency >
94
106
<groupId >com.fasterxml.jackson.core</groupId >
125
137
<artifactId >jackson-module-jaxb-annotations</artifactId >
126
138
<version >${jackson.version} </version >
127
139
</dependency >
140
+
141
+ <dependency >
142
+ <groupId >com.fasterxml.jackson.dataformat</groupId >
143
+ <artifactId >jackson-dataformat-yaml</artifactId >
144
+ <version >${jackson.version} </version >
145
+ <exclusions >
146
+ <exclusion >
147
+ <groupId >org.yaml</groupId >
148
+ <artifactId >snakeyaml</artifactId >
149
+ </exclusion >
150
+ </exclusions >
151
+ </dependency >
152
+
153
+ <dependency >
154
+ <groupId >io.jenkins.plugins</groupId >
155
+ <artifactId >snakeyaml-api</artifactId >
156
+ </dependency >
128
157
</dependencies >
129
158
</project >
You can’t perform that action at this time.
0 commit comments