pom: Add mx4j dependency
The mx4j is used to implement the API MBean Server. Signed-off-by: Amnon Heiman <amnon@scylladb.com>
This commit is contained in:
parent
0bfaba0a82
commit
5f17e6e0db
5
pom.xml
5
pom.xml
@ -81,6 +81,11 @@
|
|||||||
<artifactId>google-collections</artifactId>
|
<artifactId>google-collections</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>mx4j</groupId>
|
||||||
|
<artifactId>mx4j</artifactId>
|
||||||
|
<version>3.0.2</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
Loading…
Reference in New Issue
Block a user