mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 11:02:00 -08:00
fixed Mage-Card-Plugin dependency
This commit is contained in:
parent
89bd7ccc97
commit
13d6f9df3f
1 changed files with 3 additions and 3 deletions
|
|
@ -19,12 +19,12 @@
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Card-Plugin</artifactId>
|
<artifactId>Mage-Sets</artifactId>
|
||||||
<version>0.7</version>
|
<version>${mage-version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Sets</artifactId>
|
<artifactId>Mage-Client</artifactId>
|
||||||
<version>${mage-version}</version>
|
<version>${mage-version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue