You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2023/07/21 07:42:51 UTC

[camel-quarkus] 01/02: Fix hamcrest GAV in bom-test

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

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 41c7dfd634707944c12302b969554a18e0fa9a55
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Wed Jul 19 11:18:12 2023 -0300

    Fix hamcrest GAV in bom-test
---
 poms/bom-test/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/poms/bom-test/pom.xml b/poms/bom-test/pom.xml
index 329c4b1f82..2bf18b2591 100644
--- a/poms/bom-test/pom.xml
+++ b/poms/bom-test/pom.xml
@@ -293,8 +293,8 @@
                 <version>${hamcrest.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.hamcrest-core</groupId>
-                <artifactId>hamcrest</artifactId>
+                <groupId>org.hamcrest</groupId>
+                <artifactId>hamcrest-core</artifactId>
                 <version>${hamcrest.version}</version>
             </dependency>
             <dependency>