This commit is contained in:
Loki 2010-10-26 14:08:29 +00:00
parent 784eb17456
commit 66e7a3beae
5 changed files with 496 additions and 496 deletions

View file

@ -19,17 +19,17 @@
<dependencies>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage</artifactId>
<artifactId>Mage</artifactId>
<version>${mage-version}</version>
</dependency>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage-common</artifactId>
<artifactId>Mage-Common</artifactId>
<version>${mage-version}</version>
</dependency>
<dependency>
<groupId>org.mage</groupId>
<artifactId>mage-sets</artifactId>
<artifactId>Mage-Sets</artifactId>
<version>${mage-version}</version>
<scope>runtime</scope>
</dependency>