Skip to content

Commit 8436fa9

Browse files
committed
Make spring-boot -dependencies and -parent available
See gh-22066
1 parent d33a01a commit 8436fa9

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ configurations {
1111
}
1212

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

1719
intTestImplementation(enforcedPlatform(project(":spring-boot-project:spring-boot-parent")))
1820
intTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))

0 commit comments

Comments
 (0)