23 lines
518 B
Groovy
23 lines
518 B
Groovy
rootProject.name = 'spring'
|
|
|
|
include 'spring-aop'
|
|
include 'spring-asm'
|
|
include 'spring-aspects'
|
|
include 'spring-beans'
|
|
include 'spring-context'
|
|
include 'spring-context-support'
|
|
include 'spring-core'
|
|
include 'spring-expression'
|
|
include 'spring-instrument'
|
|
include 'spring-instrument-tomcat'
|
|
include 'spring-jdbc'
|
|
include 'spring-jms'
|
|
include 'spring-orm'
|
|
include 'spring-oxm'
|
|
include 'spring-struts'
|
|
include 'spring-test'
|
|
include 'spring-tx'
|
|
include 'spring-web'
|
|
include 'spring-webmvc'
|
|
include 'spring-webmvc-portlet'
|