<dependency>
<groupId>org.jboss.remoting3</groupId>
<artifactId>remoting-jmx</artifactId>
<version>1.0.0.Final</version>
</dependency>
@Grapes(
@Grab(group='org.jboss.remoting3', module='remoting-jmx', version='1.0.0.Final')
)
<parent> <groupId>org.jboss</groupId> <artifactId>jboss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.jboss.logmanager:jboss-logmanager:1.2.2.GA
|-- org.jboss.logging:jboss-logging:3.1.0.GA
|-- org.jboss.marshalling:jboss-marshalling:1.3.7.GA
|-- org.jboss.remoting3:jboss-remoting:3.2.0.GA
|-- org.jboss.xnio:xnio-api:3.0.0.GA
provided
|-- org.jboss.logging:jboss-logging-processor:1.0.0.Final
|-- org.jboss.marshalling:jboss-marshalling-river:1.3.7.GA
test
|-- org.jboss.sasl:jboss-sasl:1.0.0.Final
|-- org.jboss.xnio:xnio-nio:3.0.0.GA
|-- junit:junit:4.10