petals-jmx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-jmx</artifactId>
<version>1.1</version>
</dependency><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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>petals-parent</artifactId>
<groupId>org.objectweb.petals</groupId>
<version>4</version>
</parent>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-jmx</artifactId>
<name>PEtALS :: JMX</name>
<version>1.1</version>
<packaging>jar</packaging>
<description>PEtALS JMX utilities library</description>
<properties>
<topDirectoryLocation>..</topDirectoryLocation>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.jbi</groupId>
<artifactId>jbi</artifactId>
</dependency>
</dependencies>
<scm>
<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/petals/tags/petals-jmx-1.1</connection>
<developerConnection>scm:svn:svn+ssh://chamerling@svn.forge.objectweb.org/svnroot/petals/tags/petals-jmx-1.1</developerConnection>
<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/tags/petals-jmx-1.1</url>
</scm>
</project>