This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch deps in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit 77cad769fed62fef85c1cb1abd36ecfe4fa30a1f Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sun Jul 9 19:23:00 2023 -0400 [MJAVADOC-760] declare test dependencies --- 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. <version>4.13.2</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-core</artifactId> + <version>1.3</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + <version>3.1.0</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> @@ -355,7 +367,7 @@ under the License. </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-client</artifactId> + <artifactId>jetty-util</artifactId> <version>${jetty.version}</version> <scope>test</scope> </dependency>