File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -24,23 +24,26 @@ ext {
24
24
25
25
dependencies {
26
26
checkstyle " io.spring.javaformat:spring-javaformat-checkstyle:${ javaFormatVersion} "
27
+
27
28
implementation(platform(" org.springframework:spring-framework-bom:5.3.15" ))
28
29
implementation(" com.diffplug.gradle:goomph:3.37.2" )
29
30
implementation(" com.fasterxml.jackson.core:jackson-databind:2.11.4" )
30
31
implementation(" com.gradle:gradle-enterprise-gradle-plugin:3.12.1" )
31
32
implementation(" com.tngtech.archunit:archunit:1.0.0" )
32
33
implementation(" commons-codec:commons-codec:1.13" )
34
+ implementation(" io.spring.javaformat:spring-javaformat-gradle-plugin:${ javaFormatVersion} " )
33
35
implementation(" org.apache.maven:maven-embedder:3.6.3" )
34
36
implementation(" org.asciidoctor:asciidoctor-gradle-jvm:3.3.2" )
35
37
implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:${ kotlinVersion} " )
36
38
implementation(" org.jetbrains.kotlin:kotlin-compiler-embeddable:${ kotlinVersion} " )
39
+ implementation(" org.springframework:spring-context" )
37
40
implementation(" org.springframework:spring-core" )
38
41
implementation(" org.springframework:spring-web" )
39
- implementation( " io.spring.javaformat:spring-javaformat-gradle-plugin: ${ javaFormatVersion } " )
42
+
40
43
testImplementation(" org.assertj:assertj-core:3.11.1" )
41
44
testImplementation(" org.apache.logging.log4j:log4j-core:2.17.1" )
42
45
testImplementation(" org.junit.jupiter:junit-jupiter:5.6.0" )
43
- implementation( " org.springframework:spring-context " )
46
+
44
47
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
45
48
}
46
49
You can’t perform that action at this time.
0 commit comments