add import support for mtgjson deck files

This commit is contained in:
Tim Haering 2020-04-29 14:14:01 +02:00
parent 4e8d423bca
commit 17c40ead3c
7 changed files with 4772 additions and 2 deletions

View file

@ -14,12 +14,16 @@
<name>Mage Framework</name>
<dependencies>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>