mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Server Project file Configuration
Changed to the Server pom file to include the Tiny Leaders Duel Format
This commit is contained in:
parent
d87ec67965
commit
3544060ada
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue