9 lines
208 B
Groovy
9 lines
208 B
Groovy
apply plugin: 'io.spring.convention.spring-pom'
|
|
|
|
description = "Aggregator for Spring Session and Spring JDBC"
|
|
|
|
dependencies {
|
|
compile project(':spring-session')
|
|
compile "org.springframework:spring-jdbc"
|
|
}
|