mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
Moved card plugin to client. Fixed Issue 143.
This commit is contained in:
parent
0892489229
commit
14bebea64d
55 changed files with 7 additions and 90 deletions
|
|
@ -85,12 +85,6 @@
|
|||
<version>0.4</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>Mage-Card-Plugin</artifactId>
|
||||
<version>0.7</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>Mage-Counter-Plugin</artifactId>
|
||||
|
|
@ -107,6 +101,11 @@
|
|||
<artifactId>swing-layout</artifactId>
|
||||
<version>1.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jsoup</groupId>
|
||||
<artifactId>jsoup</artifactId>
|
||||
<version>1.5.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue