Skip to content

Commit 55b7491

Browse files
committed
server sample 添加 ${project.version}
1 parent b9b0559 commit 55b7491

File tree

1 file changed

+6
-4
lines changed
  • spring-cloud-gray-samples/spring-cloud-gray-server-sample

1 file changed

+6
-4
lines changed

spring-cloud-gray-samples/spring-cloud-gray-server-sample/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@
4242
<dependency>
4343
<groupId>cn.springcloud.gray</groupId>
4444
<artifactId>spring-cloud-starter-gray-server</artifactId>
45+
<version>${project.version}</version>
4546
</dependency>
4647
<dependency>
4748
<groupId>cn.springcloud.gray</groupId>
4849
<artifactId>spring-cloud-gray-server-plugin-eureka</artifactId>
50+
<version>${project.version}</version>
4951
</dependency>
5052

5153
<!-- nacos -->
@@ -59,10 +61,10 @@
5961
<!-- </dependency>-->
6062

6163

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>-->
6668

6769
</dependencies>
6870

0 commit comments

Comments
 (0)