javaduke commented on code in PR #3931:
URL: https://github.com/apache/camel-quarkus/pull/3931#discussion_r927636511


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

Review Comment:
   This is one of the dependencies of the `camel-cxf-soap`, I don't think we 
really need it there, but without it I'm getting this error when flattening the 
BOMs:
   ```
   [ERROR] Failed to execute goal 
org.l2x6.cq:cq-maven-plugin:2.27.0:flatten-bom (flatten-bom) on project 
camel-quarkus-bom: Execution flatten-bom of goal 
org.l2x6.cq:cq-maven-plugin:2.27.0:flatten-bom failed: Too little or too much 
org.apache.camel:* entries in camel-quarkus-bom:
   [ERROR] 
   [ERROR]     Missing content at line 99:
   [ERROR]   ["org.apache.camel:camel-directvm"]
   [ERROR] 
   [ERROR] 
   [ERROR] Consider adding, removing or excluding them in the BOM
   ```



-- 
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-unsubscr...@camel.apache.org

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

Reply via email to