Add missing dependencies after removal of datapackage libs

This commit is contained in:
Antonin Delpeuch 2018-11-19 16:20:08 +00:00
parent b569490eef
commit 2c5607b9fa

View File

@ -321,6 +321,11 @@
<artifactId>commons-collections</artifactId> <artifactId>commons-collections</artifactId>
<version>3.2.2</version> <version>3.2.2</version>
</dependency> </dependency>
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.5.1</version>
</dependency>
<dependency> <dependency>
<groupId>velocity</groupId> <groupId>velocity</groupId>
<artifactId>velocity</artifactId> <artifactId>velocity</artifactId>
@ -436,6 +441,11 @@
<artifactId>arithcode</artifactId> <artifactId>arithcode</artifactId>
<version>1.1</version> <version>1.1</version>
</dependency> </dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
</dependency>
<!-- test dependencies --> <!-- test dependencies -->