File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 10781078 <artifactId >rsocket-core</artifactId >
10791079 <version >${rsocket.version} </version >
10801080 </dependency >
1081+ <dependency >
1082+ <groupId >io.rsocket</groupId >
1083+ <artifactId >rsocket-load-balancer</artifactId >
1084+ <version >${rsocket.version} </version >
1085+ </dependency >
1086+ <dependency >
1087+ <groupId >io.rsocket</groupId >
1088+ <artifactId >rsocket-micrometer</artifactId >
1089+ <version >${rsocket.version} </version >
1090+ </dependency >
1091+ <dependency >
1092+ <groupId >io.rsocket</groupId >
1093+ <artifactId >rsocket-test</artifactId >
1094+ <version >${rsocket.version} </version >
1095+ </dependency >
1096+ <dependency >
1097+ <groupId >io.rsocket</groupId >
1098+ <artifactId >rsocket-transport-local</artifactId >
1099+ <version >${rsocket.version} </version >
1100+ </dependency >
10811101 <dependency >
10821102 <groupId >io.rsocket</groupId >
10831103 <artifactId >rsocket-transport-netty</artifactId >
You can’t perform that action at this time.
0 commit comments