JiriOndrusek commented on code in PR #3847:
URL: https://github.com/apache/camel-quarkus/pull/3847#discussion_r940962221


##########
poms/bom/pom.xml:
##########
@@ -1849,6 +1849,11 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+            <dependency>
+                <groupId>org.apache.camel</groupId>
+                <artifactId>camel-directvm</artifactId>
+                <version>${camel.version}</version>
+            </dependency>

Review Comment:
   @ppalaga  I'm not sure, how this dependency got there. It was not part of my 
code, perhaps some wrong rebasing put it there. I can see this dependency here: 
https://github.com/apache/camel-quarkus/blob/main/poms/bom/pom.xml#L1933-L1937



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to