File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -89,27 +89,17 @@ The table below lists the correct versions for your Spring Boot/Spring Cloud app
89
89
90
90
Spring Boot version | Spring Cloud version | Azure Spring Cloud version
91
91
---|---|---
92
- 2.0.x | Finchley.RELEASE | 2.0.0-SNAPSHOT
93
- 2.1.x | Greenwich.RELEASE | 2.1.0-SNAPSHOT
92
+ 2.0.x | Finchley.RELEASE | 2.0.x
93
+ 2.1.x | Greenwich.RELEASE | 2.1.x
94
94
95
95
Include this snippet in your ` pom.xml ` with the correct Azure Spring Cloud version in the 'dependency':
96
96
97
97
``` xml
98
- <repositories >
99
- <repository >
100
- <id >nexus-snapshots</id >
101
- <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
102
- <snapshots >
103
- <enabled >true</enabled >
104
- </snapshots >
105
- </repository >
106
- </repositories >
107
-
108
- <dependency >
98
+ <dependency >
109
99
<groupId >com.microsoft.azure</groupId >
110
100
<artifactId >spring-cloud-starter-azure-spring-cloud-client</artifactId >
111
- <version >2.1.0-SNAPSHOT </version >
112
- </dependency >
101
+ <version >2.1.0</version >
102
+ </dependency >
113
103
```
114
104
115
105
## Other required dependencies
You can’t perform that action at this time.
0 commit comments