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