A number of dependencies have been updated to the latest version available without moving to a new major or minor release. Additionally, a variable has been added for the Commons IO version to ensure that the same version is used across the three projects that depend upon it.
17 lines
585 B
Groovy
17 lines
585 B
Groovy
|
|
dependencies {
|
|
compile project(":spring-ldap-core"),
|
|
project(":spring-ldap-ldif-core"),
|
|
"com.google.code.typica:typica:1.3",
|
|
"commons-io:commons-io:$commonsIoVersion",
|
|
"javax.activation:activation:1.1",
|
|
"org.springframework:spring-core:$springVersion",
|
|
"org.springframework:spring-beans:$springVersion",
|
|
"org.springframework:spring-context:$springVersion",
|
|
"org.springframework:spring-test:$springVersion"
|
|
|
|
|
|
compile apachedsDependencies
|
|
|
|
provided "junit:junit:$junitVersion"
|
|
} |