File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 181
181
<artifactId >test-harness</artifactId >
182
182
<version >${configuration-as-code-plugin.version} </version >
183
183
</dependency >
184
+ <dependency >
185
+ <groupId >io.jenkins.plugins</groupId >
186
+ <artifactId >adoptopenjdk</artifactId >
187
+ <version >1.6</version >
188
+ </dependency >
184
189
<dependency >
185
190
<groupId >io.jenkins.plugins</groupId >
186
191
<artifactId >analysis-model-api</artifactId >
Original file line number Diff line number Diff line change 193
193
<artifactId >test-harness</artifactId >
194
194
<scope >test</scope >
195
195
</dependency >
196
+ <dependency >
197
+ <groupId >io.jenkins.plugins</groupId >
198
+ <artifactId >adoptopenjdk</artifactId >
199
+ <scope >test</scope >
200
+ </dependency >
196
201
<dependency >
197
202
<groupId >io.jenkins.plugins</groupId >
198
203
<artifactId >apache-httpcomponents-client-5-api</artifactId >
You can’t perform that action at this time.
0 commit comments