This website requires JavaScript.
Explore
Help
Sign In
root
/
spring-framework
mirror of
https://github.com/spring-projects/spring-framework.git
Watch
1
Star
0
Fork
You've already forked spring-framework
0
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
f2b3953d76
spring-framework
/
spring-expression
/
spring-expression.gradle
6 lines
102 B
Groovy
Raw
Normal View
History
Unescape
Escape
Move modules to independent build files The main `build.gradle` file contains now only the common build infrastructure; all module-specific build configurations have been moved to their own build file. Issue: SPR-15885
2017-08-21 20:41:55 +08:00
description
=
"Spring Expression Language (SpEL)"
dependencies
{
compile
(
project
(
":spring-core"
)
)
Latest dependency updates (POI 3.17, Rome 1.8, EhCache 3.4, Caffeine 2.5.6, RxJava 2.1.4, Tomcat 8.5.21, JRuby 9.1.13, Rhino 1.7.7.2)
2017-09-23 17:28:19 +08:00
}