GOSSIP-22 New failure detector
This commit is contained in:
6
pom.xml
6
pom.xml
@ -39,6 +39,7 @@
|
||||
|
||||
<!-- dependecy versions -->
|
||||
<jackson.version>2.8.5</jackson.version>
|
||||
<commons-math.version>1.2</commons-math.version>
|
||||
<junit.jupiter.version>5.0.0-M2</junit.jupiter.version>
|
||||
<junit.platform.version>1.0.0-M2</junit.platform.version>
|
||||
<junit.vintage.version>4.12.0-M2</junit.vintage.version>
|
||||
@ -79,6 +80,11 @@
|
||||
<artifactId>jackson-core</artifactId>
|
||||
<version>${jackson.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-math</groupId>
|
||||
<artifactId>commons-math</artifactId>
|
||||
<version>${commons-math.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
|
Reference in New Issue
Block a user