BAEL-1078 Code formatting (#2539)

This commit is contained in:
Predrag Maric
2017-08-31 18:42:03 +02:00
committed by GitHub
parent 6d6b24590f
commit 12ffbe027d
3 changed files with 67 additions and 8 deletions
+6
View File
@@ -196,6 +196,11 @@
<artifactId>streamex</artifactId>
<version>${streamex.version}</version>
</dependency>
<dependency>
<groupId>io.vavr</groupId>
<artifactId>vavr</artifactId>
<version>${vavr.version}</version>
</dependency>
</dependencies>
<build>
@@ -420,6 +425,7 @@
<fscontext.version>4.6-b01</fscontext.version>
<protonpack.version>1.13</protonpack.version>
<streamex.version>0.6.5</streamex.version>
<vavr.version>0.9.0</vavr.version>
<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>