mirror of
https://github.com/correl/mage.git
synced 2025-04-13 09:11:06 -09: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>
|
<version>${project.version}</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>${project.groupId}</groupId>
|
||||||
|
<artifactId>mage-game-tinyleadersduel</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
Loading…
Add table
Reference in a new issue