Skip to content

Commit b60b5fe

Browse files
committed
Add explicit dependency on inject-api
This commit clarifies the build as a test needs inject-api and it works only by side effect as another library has repackaged this API. Closes gh-29990
1 parent 5768f5f commit b60b5fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ dependencies {
116116
testImplementation("com.sun.xml.messaging.saaj:saaj-impl")
117117
testImplementation("io.projectreactor:reactor-test")
118118
testImplementation("io.r2dbc:r2dbc-h2")
119+
testImplementation("jakarta.inject:jakarta.inject-api")
119120
testImplementation("jakarta.persistence:jakarta.persistence-api")
120121
testImplementation("jakarta.xml.ws:jakarta.xml.ws-api")
121122
testImplementation("mysql:mysql-connector-java")

0 commit comments

Comments
 (0)