15 lines
323 B
Groovy
15 lines
323 B
Groovy
version = '1.0.0'
|
|
|
|
dependencies {
|
|
compile project(':ch.psi.daq.cassandra')
|
|
compile 'org.springframework.boot:spring-boot-starter-web:1.2.3.RELEASE'
|
|
compile 'org.apache.commons:commons-lang3:3.4'
|
|
}
|
|
|
|
uploadArchives {
|
|
repositories {
|
|
mavenDeployer {
|
|
pom.artifactId = 'rest'
|
|
}
|
|
}
|
|
} |