2017-08-21 20:41:55 +08:00
|
|
|
description = "Spring Expression Language (SpEL)"
|
|
|
|
|
2019-11-13 21:22:11 +08:00
|
|
|
apply plugin: "kotlin"
|
|
|
|
|
2017-08-21 20:41:55 +08:00
|
|
|
dependencies {
|
|
|
|
compile(project(":spring-core"))
|
2019-12-28 18:44:40 +08:00
|
|
|
testCompile(testFixtures(project(":spring-core")))
|
2019-11-13 21:22:11 +08:00
|
|
|
testCompile("org.jetbrains.kotlin:kotlin-reflect")
|
|
|
|
testCompile("org.jetbrains.kotlin:kotlin-stdlib")
|
2017-09-23 17:28:19 +08:00
|
|
|
}
|