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 @@ -23,22 +23,25 @@ ext {
23
23
24
24
dependencies {
25
25
checkstyle " io.spring.javaformat:spring-javaformat-checkstyle:${ javaFormatVersion} "
26
+
26
27
implementation(platform(" org.springframework:spring-framework-bom:5.3.15" ))
27
28
implementation(" com.fasterxml.jackson.core:jackson-databind:2.11.4" )
28
29
implementation(" com.gradle:gradle-enterprise-gradle-plugin:3.12.1" )
29
30
implementation(" com.tngtech.archunit:archunit:1.0.0" )
30
31
implementation(" commons-codec:commons-codec:1.13" )
32
+ implementation(" io.spring.javaformat:spring-javaformat-gradle-plugin:${ javaFormatVersion} " )
31
33
implementation(" org.apache.maven:maven-embedder:3.6.2" )
32
34
implementation(" org.asciidoctor:asciidoctor-gradle-jvm:3.3.2" )
33
35
implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:${ kotlinVersion} " )
34
36
implementation(" org.jetbrains.kotlin:kotlin-compiler-embeddable:${ kotlinVersion} " )
37
+ implementation(" org.springframework:spring-context" )
35
38
implementation(" org.springframework:spring-core" )
36
39
implementation(" org.springframework:spring-web" )
37
- implementation( " io.spring.javaformat:spring-javaformat-gradle-plugin: ${ javaFormatVersion } " )
40
+
38
41
testImplementation(" org.assertj:assertj-core:3.11.1" )
39
42
testImplementation(" org.apache.logging.log4j:log4j-core:2.17.1" )
40
43
testImplementation(" org.junit.jupiter:junit-jupiter:5.6.0" )
41
- implementation( " org.springframework:spring-context " )
44
+
42
45
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
43
46
}
44
47
You can’t perform that action at this time.
0 commit comments