File tree 3 files changed +28
-2
lines changed
3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -189,10 +189,22 @@ THE SOFTWARE.
189
189
<artifactId >jenkins-stapler-support</artifactId >
190
190
<version >1.1</version >
191
191
</dependency >
192
+ <dependency >
193
+ <groupId >org.hamcrest</groupId >
194
+ <artifactId >hamcrest</artifactId >
195
+ <version >${hamcrest.version} </version >
196
+ <scope >test</scope >
197
+ </dependency >
198
+ <dependency >
199
+ <groupId >org.hamcrest</groupId >
200
+ <artifactId >hamcrest-core</artifactId >
201
+ <version >${hamcrest.version} </version >
202
+ <scope >test</scope >
203
+ </dependency >
192
204
<dependency >
193
205
<groupId >org.hamcrest</groupId >
194
206
<artifactId >hamcrest-library</artifactId >
195
- <version >1.3 </version >
207
+ <version >${hamcrest.version} </version >
196
208
<scope >test</scope >
197
209
</dependency >
198
210
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ THE SOFTWARE.
91
91
<project .patchManagement.url>https://api.github.com</project .patchManagement.url>
92
92
<patch .tracker.serverId>jenkins-jira</patch .tracker.serverId>
93
93
94
+ <hamcrest .version>2.1</hamcrest .version>
94
95
<matrix-auth .version>2.3</matrix-auth .version>
95
96
<matrix-project .version>1.14</matrix-project .version>
96
97
<sorcerer .version>0.11</sorcerer .version>
Original file line number Diff line number Diff line change @@ -164,10 +164,23 @@ THE SOFTWARE.
164
164
</exclusion >
165
165
</exclusions >
166
166
</dependency >
167
+ <dependency >
168
+ <groupId >org.hamcrest</groupId >
169
+ <artifactId >hamcrest</artifactId >
170
+ <version >${hamcrest.version} </version >
171
+ <scope >test</scope >
172
+ </dependency >
167
173
<dependency >
168
174
<groupId >org.hamcrest</groupId >
169
175
<artifactId >hamcrest-core</artifactId >
170
- <version >1.3</version >
176
+ <version >${hamcrest.version} </version >
177
+ <scope >test</scope >
178
+ </dependency >
179
+ <dependency >
180
+ <groupId >org.hamcrest</groupId >
181
+ <artifactId >hamcrest-library</artifactId >
182
+ <version >${hamcrest.version} </version >
183
+ <scope >test</scope >
171
184
</dependency >
172
185
<dependency >
173
186
<!-- for testing JNLP launch. -->
You can’t perform that action at this time.
0 commit comments