We need Vavr extension in order use Try and Either.
This commit is contained in:
parent
d0793f5d11
commit
84fb527cc8
@ -18,6 +18,7 @@
|
||||
<maven.compiler.release>${java.version}</maven.compiler.release>
|
||||
|
||||
<lombok.version>1.18.24</lombok.version>
|
||||
<vavr.io.version>0.10.4</vavr.io.version>
|
||||
<junit.version>5.9.0</junit.version>
|
||||
<assertj.version>3.23.1</assertj.version>
|
||||
<mockito.version>4.8.0</mockito.version>
|
||||
@ -37,6 +38,11 @@
|
||||
<version>${lombok.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.vavr</groupId>
|
||||
<artifactId>vavr</artifactId>
|
||||
<version>${vavr.io.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- Testing dependencies-->
|
||||
|
Loading…
Reference in New Issue
Block a user