DATACMNS-1065 - Added support for Vavr (successor of Javaslang).
Basically duplicated the Javaslang support to now work on Vavr types as well.
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -18,6 +18,7 @@
|
||||
<properties>
|
||||
<dist.key>DATACMNS</dist.key>
|
||||
<javaslang>2.0.4</javaslang>
|
||||
<vavr>0.9.0</vavr>
|
||||
<scala>2.11.7</scala>
|
||||
<xmlbeam>1.4.8</xmlbeam>
|
||||
</properties>
|
||||
@@ -150,6 +151,12 @@
|
||||
<version>${javaslang}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.vavr</groupId>
|
||||
<artifactId>vavr</artifactId>
|
||||
<version>${vavr}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.el</groupId>
|
||||
|
||||
Reference in New Issue
Block a user