Skip to content

Commit d9e3b4d

Browse files
author
shipeng
committed
remove unnecessary pom depedency
1 parent ff58230 commit d9e3b4d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

articles/spring-cloud/how-to-service-registration.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,6 @@ Include dependencies for *spring-cloud-starter-netflix-eureka-client* and *sprin
2828
<dependency>
2929
<groupId>org.springframework.cloud</groupId>
3030
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
31-
<version>3.0.2</version>
32-
</dependency>
33-
<dependency>
34-
<groupId>com.microsoft.azure</groupId>
35-
<artifactId>spring-cloud-starter-azure-spring-cloud-client</artifactId>
36-
<version>2.1.0</version>
37-
</dependency>
38-
<dependency>
39-
<groupId>com.sun.jersey</groupId>
40-
<artifactId>jersey-client</artifactId>
41-
<version>1.19.4</version>
42-
</dependency>
43-
<dependency>
44-
<groupId>com.sun.jersey.contribs</groupId>
45-
<artifactId>jersey-apache-client4</artifactId>
46-
<version>1.19.4</version>
4731
</dependency>
4832
```
4933

0 commit comments

Comments
 (0)