File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,18 @@ under the License.
329
329
<version >4.13.2</version >
330
330
<scope >test</scope >
331
331
</dependency >
332
+ <dependency >
333
+ <groupId >org.hamcrest</groupId >
334
+ <artifactId >hamcrest-core</artifactId >
335
+ <version >1.3</version >
336
+ <scope >test</scope >
337
+ </dependency >
338
+ <dependency >
339
+ <groupId >javax.servlet</groupId >
340
+ <artifactId >javax.servlet-api</artifactId >
341
+ <version >3.1.0</version >
342
+ <scope >test</scope >
343
+ </dependency >
332
344
<dependency >
333
345
<groupId >org.apache.maven.plugin-testing</groupId >
334
346
<artifactId >maven-plugin-testing-harness</artifactId >
@@ -355,7 +367,7 @@ under the License.
355
367
</dependency >
356
368
<dependency >
357
369
<groupId >org.eclipse.jetty</groupId >
358
- <artifactId >jetty-client </artifactId >
370
+ <artifactId >jetty-util </artifactId >
359
371
<version >${jetty.version} </version >
360
372
<scope >test</scope >
361
373
</dependency >
You can’t perform that action at this time.
0 commit comments