Browse Source

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
pull/30000/head
Stephane Nicoll 4 years ago
parent
commit
b60b5feefe
  1. 1
      spring-boot-project/spring-boot/build.gradle

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

@ -116,6 +116,7 @@ dependencies { @@ -116,6 +116,7 @@ dependencies {
testImplementation("com.sun.xml.messaging.saaj:saaj-impl")
testImplementation("io.projectreactor:reactor-test")
testImplementation("io.r2dbc:r2dbc-h2")
testImplementation("jakarta.inject:jakarta.inject-api")
testImplementation("jakarta.persistence:jakarta.persistence-api")
testImplementation("jakarta.xml.ws:jakarta.xml.ws-api")
testImplementation("mysql:mysql-connector-java")

Loading…
Cancel
Save