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

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


The following commit(s) were added to refs/heads/main by this push:
     new 857ec9ad Fixed an invalid resume api dependency reference in the bom
857ec9ad is described below

commit 857ec9add818bc3f03b133fe71a441429c605520
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Aug 23 17:43:03 2022 +0200

    Fixed an invalid resume api dependency reference in the bom
---
 support/camel-k-runtime-bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/camel-k-runtime-bom/pom.xml 
b/support/camel-k-runtime-bom/pom.xml
index 0b437926..a0ee6f5c 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -212,7 +212,7 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.camel.k</groupId>
-                <artifactId>camel-k-resume</artifactId>
+                <artifactId>camel-k-resume-kafka</artifactId>
                 <version>${project.version}</version>
             </dependency>
         </dependencies>

Reply via email to