ppalaga commented on a change in pull request #878: Update to introduce the quarkus qute extension URL: https://github.com/apache/camel-quarkus/pull/878#discussion_r391473383
########## File path: tooling/scripts/validate-dependencies.groovy ########## @@ -24,7 +24,7 @@ final File pomXml = new File(project.basedir, "pom.xml") /* groupIds that contain extensions */ final Set<String> extensionGroupIds = ["org.apache.camel.quarkus", "io.quarkus"] as Set /* artifactIds from groups contained in extensionGroupIds that are not extensions */ -final Set<String> nonExtensionArtifactIds = ["quarkus-development-mode-spi"] as Set +final Set<String> nonExtensionArtifactIds = ["quarkus-development-mode-spi", "quarkus-qute"] as Set Review comment: Why this change? `quarkus-qute` is an extension _par excellence_ Why rather not adding `io.quarkus:quarkus-qute-deployment` to your deployment module to get rid of the related error message? ---------------------------------------------------------------- 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