BAEL-1078 Stream Indices - Update pom.xml (#2516)

* Update pom.xml

* BAEL-1078 Stream indices
This commit is contained in:
Predrag Maric
2017-08-29 07:36:55 +02:00
committed by GitHub
parent 8da9bee6aa
commit b3a291a580
3 changed files with 99 additions and 0 deletions
+12
View File
@@ -196,6 +196,16 @@
<artifactId>hirondelle-date4j</artifactId>
<version>${hirondelle-date4j.version}</version>
</dependency>
<dependency>
<groupId>com.codepoetics</groupId>
<artifactId>protonpack</artifactId>
<version>${protonpack.version}</version>
</dependency>
<dependency>
<groupId>one.util</groupId>
<artifactId>streamex</artifactId>
<version>${streamex.version}</version>
</dependency>
</dependencies>
<build>
@@ -420,6 +430,8 @@
<fscontext.version>4.6-b01</fscontext.version>
<joda-time.version>2.9.9</joda-time.version>
<hirondelle-date4j.version>1.5.1</hirondelle-date4j.version>
<protonpack.version>1.13</protonpack.version>
<streamex.version>0.6.5</streamex.version>
<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>