This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch deps2
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 525de51c5b18accfeec9c844cc8267737cfff051
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Wed Dec 4 09:30:15 2024 -0500

    Correct hamcrest dependency
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7ff4a259..86ea30b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,7 +346,7 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-core</artifactId>
+      <artifactId>hamcrest</artifactId>
       <version>3.0</version>
       <scope>test</scope>
     </dependency>

Reply via email to