dev: added back concurrent and add dep comments, related to #11028 (#11059)

Co-authored-by: Ethan Ward <ethanandrewward@gmail.com>
This commit is contained in:
bobwoco 2023-08-28 19:06:43 -05:00 committed by GitHub
parent 566f4dc7f7
commit a7b06483ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -57,7 +57,8 @@
</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>
<artifactId>jspf-core</artifactId>
<version>0.9.1</version>

View file

@ -42,6 +42,14 @@
<artifactId>jboss-serialization</artifactId>
<version>4.2.2.GA</version>
</dependency>
<dependency>
<!-- A dependency of jboss.remoting -->
<groupId>concurrent</groupId>
<artifactId>concurrent</artifactId>
<version>1.3.4</version>
</dependency>
<dependency>
<groupId>trove</groupId>
<artifactId>trove</artifactId>