zhfeng 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_r391481167
########## 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: OK, I will try to add it. Thanks ! ---------------------------------------------------------------- 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