Hello
I am trying to combine these 2 tutorials - Confluence Hello World Macro & Azure keyvault quick start:
https://docs.microsoft.com/en-us/azure/key-vault/secrets/quick-create-java?tabs=azure-cli
if I add the mentioned dependencies to the pom.xml. of the helloworld plugin. It won't build due to banned dependency on slf4j-api 1.7.25.
I tried to use
- exclusions on both azure packages,
- various versions of the mentioned packages.
The build error could be eliminated, however, during the reload of the confluence page a runtime error is generated:
error rendering macro org/slf4j/helpers/NOPLogger
Is there any possible solution for this?