mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Co-authored-by: Ethan Ward <ethanandrewward@gmail.com>
This commit is contained in:
parent
566f4dc7f7
commit
a7b06483ab
2 changed files with 10 additions and 1 deletions
|
|
@ -57,7 +57,8 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<!-- wtf lib, related to plugins system TODO: unused and can be deleted? -->
|
<!-- used in the plugins system -->
|
||||||
|
<!-- imported as net.xeoh.plugins -->
|
||||||
<groupId>com.googlecode.jspf</groupId>
|
<groupId>com.googlecode.jspf</groupId>
|
||||||
<artifactId>jspf-core</artifactId>
|
<artifactId>jspf-core</artifactId>
|
||||||
<version>0.9.1</version>
|
<version>0.9.1</version>
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,14 @@
|
||||||
<artifactId>jboss-serialization</artifactId>
|
<artifactId>jboss-serialization</artifactId>
|
||||||
<version>4.2.2.GA</version>
|
<version>4.2.2.GA</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<!-- A dependency of jboss.remoting -->
|
||||||
|
<groupId>concurrent</groupId>
|
||||||
|
<artifactId>concurrent</artifactId>
|
||||||
|
<version>1.3.4</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>trove</groupId>
|
<groupId>trove</groupId>
|
||||||
<artifactId>trove</artifactId>
|
<artifactId>trove</artifactId>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue