File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >com.starkandwayne</groupId >
1212 <artifactId >service-registry</artifactId >
13- <version >1.0.0 -3.1.37</version >
13+ <version >1.0.1 -3.1.37</version >
1414 <name >service-registry</name >
1515 <description >Service Registry for Stark And Wayne</description >
1616 <properties >
1919 <spring-cloud .version>2020.0.4</spring-cloud .version>
2020 </properties >
2121 <dependencies >
22+
2223 <dependency >
23- <groupId >io.pivotal.spring .cloud</groupId >
24- <artifactId >spring-cloud-services- starter-service-registry </artifactId >
24+ <groupId >org.springframework .cloud</groupId >
25+ <artifactId >spring-cloud-starter-netflix-eureka-server </artifactId >
2526 </dependency >
2627
28+ <dependency >
29+ <groupId >org.springframework.cloud</groupId >
30+ <artifactId >spring-cloud-starter-config</artifactId >
31+ </dependency >
32+ <dependency >
33+ <groupId >org.springframework.boot</groupId >
34+ <artifactId >spring-boot-starter-actuator</artifactId >
35+ </dependency >
2736 <dependency >
2837 <groupId >org.springframework.boot</groupId >
2938 <artifactId >spring-boot-starter-test</artifactId >
3544 <dependency >
3645 <groupId >org.springframework.cloud</groupId >
3746 <artifactId >spring-cloud-dependencies</artifactId >
38- <version >${spring-cloud.version} </version >
47+ <version >2020.0.4 </version >
3948 <type >pom</type >
4049 <scope >import</scope >
4150 </dependency >
You can’t perform that action at this time.
0 commit comments