File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
javaTargetCompatibility = 8
9
9
javaSourceCompatibility = 8
10
10
}
11
-
11
+ ext[ ' logback.version ' ] = ' 1.2.13 '
12
12
dependencies { classpath " com.synopsys.integration:common-gradle-plugin:${ managedCgpVersion} " }
13
13
14
14
dependencies {
@@ -36,12 +36,16 @@ dependencyManagement {
36
36
mavenBom org.springframework.boot.gradle.plugin.SpringBootPlugin . BOM_COORDINATES
37
37
mavenBom ' com.fasterxml.jackson:jackson-bom:2.12.4'
38
38
}
39
+ dependencies {
40
+ dependency ' ch.qos.logback:logback-core:1.2.13'
41
+ }
39
42
}
40
43
41
44
dependencies {
42
45
api ' com.synopsys.integration:integration-bdio:26.0.7'
43
46
api ' org.springframework:spring-context'
44
47
api ' org.apache.commons:commons-exec:1.3'
48
+
45
49
implementation ' com.github.luben:zstd-jni:1.5.0-4'
46
50
implementation ' ch.qos.logback:logback-classic:1.4.14'
47
51
You can’t perform that action at this time.
0 commit comments