jamesnetherton opened a new issue #3115: URL: https://github.com/apache/camel-quarkus/issues/3115
`azure-core` depends on `netty-tcnative-boringssl-static`. Since the Quarkus main branch bumped to Netty 4.1.68, `camel-quarkus-support-azure-core` does not compile. Seems the same issue as reported here https://github.com/netty/netty/issues/11691. ``` Failed to execute goal on project camel-quarkus-support-azure-core: Could not resolve dependencies for project org.apache.camel.quarkus:camel-quarkus-support-azure-core:jar:2.3.0-SNAPSHOT: Could not find artifact io.netty:netty-tcnative-boringssl-static:jar:${tcnative.version} in central (https://repo.maven.apache.org/maven2) -> [Help 1] 2021-09-17T05:11:11.5234936Z org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project camel-quarkus-support-azure-core: Could not resolve dependencies for project org.apache.camel.quarkus:camel-quarkus-support-azure-core:jar:2.3.0-SNAPSHOT: Could not find artifact io.netty:netty-tcnative-boringssl-static:jar:${tcnative.version} in central (https://repo.maven.apache.org/maven2) ``` We should maybe investigate trying to cut out tcnative, but it leads to some native compilation issues. -- 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]
