cache: consolidate dumper entrypoints, add pack/unpack commands

This commit is contained in:
Adam
2017-03-16 12:36:11 -04:00
parent b2327d7e8e
commit 592a2502cf
9 changed files with 352 additions and 193 deletions

5
cache/pom.xml vendored
View File

@@ -87,6 +87,11 @@
<artifactId>antlr4-runtime</artifactId>
<version>${antlr4.version}</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>