We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0bd04 commit 723343dCopy full SHA for 723343d
build.gradle
@@ -292,6 +292,7 @@ dependencies {
292
implementation "com.github.docker-java:docker-java-transport-httpclient5:${dockerJavaVersion}"
293
294
implementation 'org.springframework.boot:spring-boot-starter'
295
+ implementation 'org.yaml:snakeyaml:2.0'
296
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.31'
297
298
testImplementation 'org.springframework.boot:spring-boot-starter-test'
0 commit comments