| Title: |
Test Suite: JMX with Remoting over Undertow |
| Group ID: |
org.wildfly.swarm |
| Artifact ID: |
testsuite-jmx-remote-undertow |
| Version: |
2016.8.1 |
| Last modified: |
16.08.2016 21:15 |
| Packaging: |
jar |
| Name: |
Test Suite: JMX with Remoting over Undertow |
| Description: |
Test Suite: JMX with Remoting over Undertow |
| Vendor: |
JBoss by Red Hat |
|
|
| Size: |
3.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/wildfly/swarm/testsuite-jmx-remote-undertow/2016.8.1/testsuite-jmx-remote-undertow-2016.8.1.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Red Hat, Inc. and/or its affiliates.
~
~ Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.wildfly.swarm</groupId>
<artifactId>testsuite</artifactId>
<version>2016.8.1</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.wildfly.swarm</groupId>
<artifactId>testsuite-jmx-remote-undertow</artifactId>
<name>Test Suite: JMX with Remoting over Undertow</name>
<description>Test Suite: JMX with Remoting over Undertow</description>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>jmx</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>undertow</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>arquillian</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.remotingjmx</groupId>
<artifactId>remoting-jmx</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>testsuite-jmx-remote-undertow</artifactId>
<version>2016.8.1</version>
</dependency>
|
| Gradle: |
org.wildfly.swarm:testsuite-jmx-remote-undertow:2016.8.1 |
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|