We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6ae5e commit 35a9174Copy full SHA for 35a9174
test-extensions/build.gradle
@@ -2,8 +2,8 @@ apply plugin: "maven-publish"
2
apply plugin: "signing"
3
4
dependencies {
5
- implementation libs.spring.core
6
- implementation libs.spring.context
+ compileOnly libs.spring.core
+ compileOnly libs.spring.context
7
implementation libs.jakarta.annotation
8
9
testImplementation libs.mockito
0 commit comments