File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
appconfiguration/spring-cloud-starter-azure-appconfiguration-config
keyvault/azure-security-keyvault-jca Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ There are two libraries that can be used spring-cloud-azure-appconfiguration-con
2323
2424or
2525
26- [ // ] : # ( {x-version-update-start;com.microsoft.azure:spring-cloud-azure-appconfiguration-config;current} )
26+ [ // ] : # ( {x-version-update-start;com.microsoft.azure:spring-cloud-azure-appconfiguration-config-web ;current} )
2727``` xml
2828<dependency >
2929 <groupId >com.microsoft.azure</groupId >
30- <artifactId >spring-cloud-azure-appconfiguration-config</artifactId >
30+ <artifactId >spring-cloud-azure-appconfiguration-config-web </artifactId >
3131 <version >1.4.0-beta.1</version >
3232</dependency >
3333```
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Azure Key Vault. It is built on four principles:
773 . Must not introduce any class loader hierarchy conflicts with Java app code dependencies.
884 . Must be ready for "never trust, always verify and credential-free" Zero Trust environments.
99
10- [ Source code] [ source_code ] | [ API reference documentation] [ api_documentation ] | [ Product documentation] [ azkeyvault_docs ] | [ Samples] [ certificates_samples ]
10+ [ Source code] [ source_code ] | [ API reference documentation] [ api_documentation ] | [ Product documentation] [ azkeyvault_docs ] | [ Samples] [ jca_samples ]
1111
1212## Getting started
1313### Adding the package to your project
You can’t perform that action at this time.
0 commit comments