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

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

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

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

commit b3f560a40818ef07e093758632c4f7732dc2f985
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>