From 54e69eb5f56c3ae5add92f692f9f75ea9d314621 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Mon, 10 Jul 2023 10:34:37 +0000 Subject: [PATCH] [MJAVADOC-760] declare test dependencies (#217) --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a6846821..492caf90 100644 --- a/pom.xml +++ b/pom.xml @@ -329,6 +329,18 @@ under the License. 4.13.2 test + + org.hamcrest + hamcrest-core + 1.3 + test + + + javax.servlet + javax.servlet-api + 3.1.0 + test + org.apache.maven.plugin-testing maven-plugin-testing-harness @@ -355,7 +367,7 @@ under the License. org.eclipse.jetty - jetty-client + jetty-util ${jetty.version} test