File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
spring-cloud-gray-samples/spring-cloud-gray-server-sample Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 42
42
<dependency >
43
43
<groupId >cn.springcloud.gray</groupId >
44
44
<artifactId >spring-cloud-starter-gray-server</artifactId >
45
+ <version >${project.version} </version >
45
46
</dependency >
46
47
<dependency >
47
48
<groupId >cn.springcloud.gray</groupId >
48
49
<artifactId >spring-cloud-gray-server-plugin-eureka</artifactId >
50
+ <version >${project.version} </version >
49
51
</dependency >
50
52
51
53
<!-- nacos -->
59
61
<!-- </dependency>-->
60
62
61
63
62
- <!-- <dependency>-->
63
- <!-- <groupId>org.springframework.cloud</groupId>-->
64
- <!-- <artifactId>spring-cloud-starter-stream-rabbit</artifactId>-->
65
- <!-- </dependency>-->
64
+ <!-- <dependency>-->
65
+ <!-- <groupId>org.springframework.cloud</groupId>-->
66
+ <!-- <artifactId>spring-cloud-starter-stream-rabbit</artifactId>-->
67
+ <!-- </dependency>-->
66
68
67
69
</dependencies >
68
70
You can’t perform that action at this time.
0 commit comments