GOSSIP-27 Missing ASF headers
Changing travis link in README Removed maven section from readme Adding NOTICE file in project Adding DISCLAIMER file in codebase
This commit is contained in:
16
README.md
16
README.md
@ -1,4 +1,4 @@
|
||||
# Gossip 
|
||||
# Gossip 
|
||||
|
||||
Gossip protocol is a method for a group of nodes to discover and check the liveliness of a cluster. More information can be found at http://en.wikipedia.org/wiki/Gossip_protocol.
|
||||
|
||||
@ -106,17 +106,3 @@ Users can also attach an event listener:
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
Maven
|
||||
------
|
||||
|
||||
|
||||
You can get this software from maven central.
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>io.teknek</groupId>
|
||||
<artifactId>gossip</artifactId>
|
||||
<version>${pick_the_latest_version}</version>
|
||||
</dependency>
|
||||
```
|
||||
|
Reference in New Issue
Block a user