File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 483483
484484 <dependencyManagement >
485485 <dependencies >
486+ <dependency >
487+ <groupId >org.springframework.grpc</groupId >
488+ <artifactId >spring-grpc-build-dependencies</artifactId >
489+ <version >${project.version} </version >
490+ <type >pom</type >
491+ <scope >import</scope >
492+ </dependency >
486493 <dependency >
487494 <groupId >org.assertj</groupId >
488495 <artifactId >assertj-bom</artifactId >
494501 <groupId >org.awaitility</groupId >
495502 <artifactId >awaitility</artifactId >
496503 <version >${awaitility.version} </version >
497- <scope >import</scope >
498504 </dependency >
499505 <dependency >
500506 <groupId >org.junit</groupId >
510516 <type >pom</type >
511517 <scope >import</scope >
512518 </dependency >
513- <dependency >
514- <groupId >org.springframework.grpc</groupId >
515- <artifactId >spring-grpc-build-dependencies</artifactId >
516- <version >${project.version} </version >
517- <type >pom</type >
518- <scope >import</scope >
519- </dependency >
520519 </dependencies >
521520 </dependencyManagement >
522521
You can’t perform that action at this time.
0 commit comments