Optim: compressed resolver

This commit is contained in:
2017-09-22 15:53:50 +02:00
parent 77469496b3
commit dbfa1892ee
11 changed files with 327 additions and 130 deletions

11
pom.xml
View File

@@ -11,6 +11,17 @@
<artifactId>commons-cli</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.1</version>
</dependency>
<!-- Unit testing -->
<dependency>
<groupId>junit</groupId>