[WIP] S3 Upload of JSON log

This commit is contained in:
Shaun Hannah 2018-02-27 05:17:20 -05:00
parent 7f94c724af
commit 7c7f88ab3c
4 changed files with 70 additions and 2 deletions

View file

@ -76,6 +76,12 @@
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.16.1</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mage-game-commanderfreeforall</artifactId>