oai/oai-server/build.gradle

4 lines
145 B
Groovy
Raw Permalink Normal View History

2016-11-10 13:30:42 +01:00
dependencies {
compile project(':oai-common')
compile "org.xbib.helianthus:helianthus-server:${project.property('helianthus.version')}"
2016-11-10 13:30:42 +01:00
}