Download pax-exam-servlet-bridge-4.9.0.jar file

Introduction

You can download pax-exam-servlet-bridge-4.9.0.jar in this page.

License

Apache Open Source

Type List

pax-exam-servlet-bridge-4.9.0.jar file has the following types.

META-INF/DEPENDENCIES.txt
META-INF/LICENSE.txt
META-INF/MANIFEST.MF
META-INF/NOTICE.txt
META-INF/maven/org.ops4j.pax.exam/pax-exam-servlet-bridge/pom.properties
META-INF/maven/org.ops4j.pax.exam/pax-exam-servlet-bridge/pom.xml
org.ops4j.pax.exam.servlet.ContainerTestRunner.class
org.ops4j.pax.exam.servlet.ContainerTestRunnerBuilder.class
org.ops4j.pax.exam.servlet.ContainerTestRunnerClassRequest.class
org.ops4j.pax.exam.servlet.ParameterizedContainerTestRunner.class
org.ops4j.pax.exam.servlet.TestRunnerServlet.class

Pom

pax-exam-servlet-bridge-4.9.0.pom file content.

<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>4.9.0</version>
        <relativePath>../../pom</relativePath>
    </parent>

    <groupId>org.ops4j.pax.exam</groupId>
    <artifactId>pax-exam-servlet-bridge</artifactId>
    <packaging>bundle</packaging>

    <name>OPS4J Pax Exam Servlet Bridge</name>

    <properties>
        <bundle.symbolicName>org.ops4j.pax.exam.servlet</bundle.symbolicName>
        <bundle.namespace>org.ops4j.pax.exam.servlet</bundle.namespace>
    </properties>
    <dependencies>
    <!--  Project Dependencies -->
        <dependency>
            <groupId>org.ops4j.pax.exam</groupId>
            <artifactId>pax-exam</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.ops4j.base</groupId>
            <artifactId>ops4j-base-spi</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>javax</groupId>
            <artifactId>javaee-api</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.osgi</groupId>
            <artifactId>org.osgi.core</artifactId>
            <scope>provided</scope>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>org.ops4j.pax.exam</groupId>
   <artifactId>pax-exam-servlet-bridge</artifactId>
   <version>4.9.0</version>
</dependency>

Download

If you think the following pax-exam-servlet-bridge-4.9.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download pax-exam-servlet-bridge-4.9.0.jar file




PreviousNext

Related