File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-app-configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
61
61
``` xml
62
62
<dependency >
63
63
<groupId >com.microsoft.azure</groupId >
64
- <artifactId >spring-cloud-azure-feature-management </artifactId >
64
+ <artifactId >spring-cloud-azure-appconfiguration-config </artifactId >
65
65
<version >1.1.2</version >
66
66
</dependency >
67
67
```
@@ -71,7 +71,7 @@ Use the [Spring Initializr](https://start.spring.io/) to create a new Spring Boo
71
71
```xml
72
72
<dependency >
73
73
<groupId >com.microsoft.azure</groupId >
74
- <artifactId >spring-cloud-azure-feature-management </artifactId >
74
+ <artifactId >spring-cloud-azure-appconfiguration-config </artifactId >
75
75
<version >1.2.2</version >
76
76
</dependency >
77
77
```
You can’t perform that action at this time.
0 commit comments