-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ targetCompatibility = 1.6 | |
|
||
dependencies { | ||
|
||
compile group: 'com.hazelcast', name: 'hazelcast', version:'3.6.4' | ||
compile group: 'com.hazelcast', name: 'hazelcast', version:'3.6+' | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
bitsofinfo
Author
Owner
|
||
compile group: 'com.orbitz.consul', name: 'consul-client', version:'0.12.5' | ||
|
||
// for consul-client | ||
|
@bitsofinfo I think this broke maven imports. It's trying to read from this repo URI: hazelcast/3.6+/hazelcast-3.6+.pom
Maven directories are version-specific- putting "3.6+" at the end of a maven repo URL will cause it to throw a 404.