Skip to content

Commit 9ea60cd

Browse files
GollapudiSrikanthsnicoll
authored andcommitted
Add spring-boot-resttestclient to spring-boot-test-classic-modules
See gh-50069 Signed-off-by: Venkata Naga Sai Srikanth Gollapudi <42247688+GollapudiSrikanth@users.noreply.github.com>
1 parent a890540 commit 9ea60cd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

module/spring-boot-test-classic-modules/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ dependencies {
8585
api(project(":module:spring-boot-restclient-test")) {
8686
transitive = false
8787
}
88+
api(project(":module:spring-boot-resttestclient")) {
89+
transitive = false
90+
}
8891
api(project(":module:spring-boot-rsocket-test")) {
8992
transitive = false
9093
}

0 commit comments

Comments
 (0)