jamesnetherton commented on pull request #1272:
URL: https://github.com/apache/camel-quarkus/pull/1272#issuecomment-635795687


   @lburgazzoli Yeah I was just about to suggest that. It's probably better to 
do something like this in `AzureProcessor`:
   
   ```
       @BuildStep
       ExtensionSslNativeSupportBuildItem activateSslNativeSupport() {
           return new ExtensionSslNativeSupportBuildItem(FEATURE);
       }
   ```
   
   Rather than adding the properties file and the additional dependency to the 
tests.
   
   


----------------------------------------------------------------
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


Reply via email to