ttnhabbridge/workspace/gradle/dependencies.gradle

16 wiersze
448 B
Groovy

/*
* Contains all external references and version used in the project.
* It is not advised to use direct references in each sub-project buildscript for maintenance purposes.
* Keeping the versions here allows us to control them for the entire solution
*/
ext {
libraries = [:]
}
libraries.slf4j = 'org.slf4j:slf4j-api:1.7.21'
libraries.slf4jlog4j = 'org.slf4j:slf4j-log4j12:1.7.21'
libraries.junit = 'junit:junit:4.12'