Skip to content

Commit 2e1366f

Browse files
committed
Make spring-boot-dependencies available when building test app
1 parent 9811523 commit 2e1366f

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests

1 file changed

+1
-0
lines changed

spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ configurations {
1111
}
1212

1313
dependencies {
14+
app project(path: ":spring-boot-project:spring-boot-dependencies", configuration: "mavenRepository")
1415
app project(path: ":spring-boot-project:spring-boot-tools:spring-boot-gradle-plugin", configuration: "mavenRepository")
1516
app project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-web", configuration: "mavenRepository")
1617

0 commit comments

Comments
 (0)