OPS4J Pax Exam - TestForge Collection.
Pax Exam TestForge: Collection of prebuild tests..
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.6.0</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.
The pax-exam-testforge-2.6.0 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
OSGi | org.osgi.compendium 4.2.0 POM was created by Sonatype Nexus | 142 |
The following packages are defined in the pax-exam-testforge-2.6.0.jar
org.ops4j.pax.exam.testforge
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.6.0</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>