We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b24018 commit 4e80db6Copy full SHA for 4e80db6
1 file changed
build.gradle
@@ -16,10 +16,10 @@ subprojects {
16
dependencies {
17
testImplementation platform('org.junit:junit-bom:5.11.1')
18
testImplementation 'org.junit.jupiter:junit-jupiter'
19
+ testImplementation 'org.springframework.boot:spring-boot-starter-test'
20
21
implementation 'org.springframework.boot:spring-boot-starter'
22
developmentOnly 'org.springframework.boot:spring-boot-devtools'
- testImplementation 'org.springframework.boot:spring-boot-starter-test'
23
24
implementation 'org.kohsuke:github-api:1.326'
25
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2'
0 commit comments