You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/11/04 11:37:00 UTC

[GitHub] [camel-k-runtime] squakez commented on a diff in pull request #919: fix(deps): brought back inheritance to camel deps

squakez commented on code in PR #919:
URL: https://github.com/apache/camel-k-runtime/pull/919#discussion_r1013912947


##########
pom.xml:
##########
@@ -19,6 +19,12 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
+    <parent>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-dependencies</artifactId>
+        <version>3.18.0</version>

Review Comment:
   Yep. As I wrote in the description, I left intentionally to test it. In fact, the checks proved that right :) - I'll add a commit to fix that and test as well.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org