mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed dependency
This commit is contained in:
parent
569191a55a
commit
7a8d5b65d3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mage</groupId>
|
<groupId>org.mage</groupId>
|
||||||
<artifactId>Mage-Sets</artifactId>
|
<artifactId>Mage-Sets</artifactId>
|
||||||
<version>0.7.2</version>
|
<version>${mage-version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.googlecode.jspf</groupId>
|
<groupId>com.googlecode.jspf</groupId>
|
||||||
|
|
Loading…
Reference in a new issue