Maven Repository - POM file for Testing pax-exam-testforge 2.4.0.RC1 2.4.0.RC1

Summary

OPS4J Pax Exam - TestForge Collection.

Pax Exam TestForge: Collection of prebuild tests..

Declaration

Here is the list of declaration for pax-exam-testforge. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.ops4j.pax.exam</groupId>
   <artifactId>pax-exam-testforge</artifactId>
   <version>2.4.0.RC1</version>
</dependency>

If you think this Maven repository POM file listing for pax-exam-testforge is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The pax-exam-testforge-2.4.0.RC1 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
OSGiorg.osgi.compendium 4.2.0
POM was created by Sonatype Nexus
142




Packages

The following packages are defined in the pax-exam-testforge-2.4.0.RC1.jar

org.ops4j.pax.exam.testforge

POM File Source

Here is the content of the POM file.

<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>
        <groupId>org.ops4j.pax</groupId>
        <artifactId>exam</artifactId>
        <version>2.4.0.RC1</version>
        <relativePath>../../pom/pom.xml</relativePath>
    </parent>

    <groupId>org.ops4j.pax.exam</groupId>
    <artifactId>pax-exam-testforge</artifactId>
    <packaging>jar</packaging>

    <name>OPS4J Pax Exam - TestForge Collection</name>

    <description>Pax Exam TestForge: Collection of prebuild tests.</description>

    <dependencies>
        <dependency>
            <groupId>org.ops4j.pax.exam</groupId>
            <artifactId>pax-exam</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.core</artifactId>
        </dependency>

        <dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.compendium</artifactId>
            <version>4.2.0</version>
        </dependency>
        
    </dependencies>

</project>