Skip to content

Commit

Permalink
add hazelcast aws dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SavvasMisaghMoayyed committed Dec 6, 2017
1 parent 3347e6d commit 9da7539
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ retrofitVersion=2.3.0
influxDbVersion=2.7
okhttp3Version=3.9.1

hazelcastAwsVersion=2.1.0

apacheCxfVersion=3.2.1
apacheFedizVersion=1.4.3
apacheFortressVersion=2.0.0
Expand Down
15 changes: 10 additions & 5 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext.libraries = [
force = true
}
],
oshi : [
oshi : [
dependencies.create("com.github.oshi:oshi-core:$oshiVersion") {
exclude(group: "org.slf4j", module: "slf4j-api")
force = true
Expand Down Expand Up @@ -502,9 +502,14 @@ ext.libraries = [
force = true
}
],
hazelcast : dependencies.create("com.hazelcast:hazelcast:$hazelcastVersion") {
force = true
},
hazelcast : [
dependencies.create("com.hazelcast:hazelcast:$hazelcastVersion") {
force = true
},
dependencies.create("com.hazelcast:hazelcast-aws:$hazelcastAwsVersion") {
force = true
}
],
jasypt : dependencies.create("org.jasypt:jasypt:$jasyptVersion") {
exclude(group: "commons-cli", module: "commons-cli")
force = true
Expand Down Expand Up @@ -624,7 +629,7 @@ ext.libraries = [
force = true
}
],
apachevelocity : [
apachevelocity : [
dependencies.create("org.apache.velocity:velocity-engine-core:$apacheVelocityVersion") {
force = true
}
Expand Down

0 comments on commit 9da7539

Please sign in to comment.