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

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


The following commit(s) were added to refs/heads/master by this push:
     new 220340f8 Correct hamcrest dependency (#348)
220340f8 is described below

commit 220340f8abeecfb88cfce03fe22cd4e39e769948
Author: Elliotte Rusty Harold <elh...@users.noreply.github.com>
AuthorDate: Sun Dec 8 19:37:11 2024 +0000

    Correct hamcrest dependency (#348)
---
 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