We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a5532 commit 5f270bcCopy full SHA for 5f270bc
spring-beans/spring-beans.gradle
@@ -5,10 +5,10 @@ apply plugin: "groovy"
5
dependencies {
6
compile(project(':spring-core'))
7
optional("javax.inject:javax.inject:1")
8
+ optional("org.yaml:snakeyaml:1.19")
9
+ optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
10
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
11
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
- optional("org.yaml:snakeyaml:1.18")
- optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
12
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
13
}
14
0 commit comments