Server Project file Configuration

Changed to the Server pom file to include the Tiny Leaders Duel Format
This commit is contained in:
Justin Herlehy 2015-02-28 22:03:14 -08:00
parent d87ec67965
commit 3544060ada

View file

@ -133,6 +133,12 @@
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mage-game-tinyleadersduel</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>