zhfeng commented on issue #878: Update to introduce the quarkus qute extension URL: https://github.com/apache/camel-quarkus/pull/878#issuecomment-598266074 @ppalaga I just move the component codes to the separate maven module and add the dependency in the runtime/pom.xml but there is a sanity-checks error ``` [ERROR] Failed to execute goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute (sanity-checks) on project camel-quarkus-qute-deployment: Execution sanity-checks of goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute failed: [ERROR] Violations in the parity between deployment module dependencies and runtime module dependencies: [ERROR] [ERROR] extensions/qute/deployment/pom.xml is missing org.apache.camel.quarkus:camel-quarkus-qute-component-deployment dependency? ``` So can I exclude the camel-quarkus-qute-component in the validate-dependencies.groovy ? or is there any other suggestion ?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services