Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurilov, Andrey committed Aug 9, 2018
1 parent 6873dfc commit 5b11ab7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {

ext {
depVersion = [
commonsJava: "[1.4.1,)",
commonsJava: "1.4.1",
disruptor : "3.3.4",
jackson: "2.9.1",
log4j: "2.8.2",
Expand All @@ -48,6 +48,11 @@ configurations {
testCompile {
extendsFrom core
}
all {
resolutionStrategy {
force "com.github.akurilov:java-commons:${depVersion.commonsJava}"
}
}
}

dependencies {
Expand Down

0 comments on commit 5b11ab7

Please sign in to comment.