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

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

commit b12e32b91fdb34a190b378986a98a1f0c265c105
Author: aldettinger <aldettin...@gmail.com>
AuthorDate: Wed Sep 18 19:39:59 2019 +0200

    CAMEL-13965: Fixed the build
---
 components/camel-test-spring-junit5/pom.xml | 4 ++--
 components/pom.xml                          | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/camel-test-spring-junit5/pom.xml 
b/components/camel-test-spring-junit5/pom.xml
index 9f50516..dc64f61 100644
--- a/components/camel-test-spring-junit5/pom.xml
+++ b/components/camel-test-spring-junit5/pom.xml
@@ -51,12 +51,12 @@
                <!-- test dependencies -->
                <dependency>
                        <groupId>org.apache.camel</groupId>
-                       <artifactId>camel-management-impl</artifactId>
+                       <artifactId>camel-management</artifactId>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.hamcrest</groupId>
-                       <artifactId>java-hamcrest</artifactId>
+                       <artifactId>hamcrest</artifactId>
                        <scope>test</scope>
                </dependency>
                <dependency>
diff --git a/components/pom.xml b/components/pom.xml
index 6f512fc..1a0d396 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -67,6 +67,7 @@
         <module>camel-testcontainers</module>
         <module>camel-testcontainers-spring</module>
         <module>camel-test-junit5</module>
+        <module>camel-test-spring-junit5</module>
         <module>camel-blueprint</module>
         <module>camel-spring</module>
         <module>camel-groovy</module>

Reply via email to