You can download arquillian-jetty-embedded-9-1.0.0.cr3.jar in this page.
JBoss Open Source
arquillian-jetty-embedded-9-1.0.0.cr3.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF META-INF/maven/org.jboss.arquillian.container/arquillian-jetty-embedded-9/pom.properties META-INF/maven/org.jboss.arquillian.container/arquillian-jetty-embedded-9/pom.xml META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension org.jboss.arquillian.container.jetty.embedded_9.ArquillianAppProvider.class org.jboss.arquillian.container.jetty.embedded_9.JettyEmbeddedConfiguration.class org.jboss.arquillian.container.jetty.embedded_9.JettyEmbeddedContainer.class org.jboss.arquillian.container.jetty.embedded_9.JettyExtension.class
arquillian-jetty-embedded-9-1.0.0.cr3.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <groupId>org.jboss.arquillian.container</groupId> <artifactId>arquillian-parent-jetty</artifactId> <version>1.0.0.CR3</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>arquillian-jetty-embedded-9</artifactId> <name>Arquillian Container Jetty Embedded 9.x</name> <description>Jetty Embedded 9.x container integration for the Arquillian project</description> <properties> <version.jetty>9.3.6.v20151106</version.jetty> <!-- Weld 2.2.x is first version of Weld to properly support Jetty 9 --> <version.weld>2.2.14.Final</version.weld> <version.guava>13.0.1</version.guava> </properties> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <!-- Jetty 9.x has a Java 7 minimum requirement --> <source>1.7</source> <target>1.7</target> </configuration> </plugin> </plugins> </pluginManagement> </build> <dependencyManagement> <dependencies> <dependency> <groupId>org.jboss.weld.servlet</groupId> <artifactId>weld-servlet</artifactId> <version>${version.weld}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${version.guava}</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.jboss.arquillian.container</groupId> <artifactId>arquillian-jetty-common</artifactId> <version>${project.version}</version> </dependency> <!-- org.jboss.arquillian --> <dependency> <groupId>org.jboss.arquillian.container</groupId> <artifactId>arquillian-container-spi</artifactId> </dependency> <dependency> <groupId>org.jboss.arquillian.container</groupId> <artifactId>arquillian-container-test-spi</artifactId> </dependency> <dependency> <groupId>org.jboss.arquillian.protocol</groupId> <artifactId>arquillian-protocol-servlet</artifactId> </dependency> <dependency> <groupId>org.jboss.arquillian.testenricher</groupId> <artifactId>arquillian-testenricher-cdi</artifactId> </dependency> <dependency> <groupId>org.jboss.arquillian.testenricher</groupId> <artifactId>arquillian-testenricher-resource</artifactId> </dependency> <dependency> <groupId>org.jboss.arquillian.testenricher</groupId> <artifactId>arquillian-testenricher-initialcontext</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-webapp</artifactId> <version>${version.jetty}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-deploy</artifactId> <version>${version.jetty}</version> <scope>provided</scope> </dependency> <dependency> <!-- Jetty annotations needed for Servlet 3.1 support --> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-annotations</artifactId> <version>${version.jetty}</version> <scope>provided</scope> </dependency> <dependency> <!-- Jetty plus and naming required for testing resource injections --> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-plus</artifactId> <version>${version.jetty}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.jboss.arquillian.junit</groupId> <artifactId>arquillian-junit-container</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>javax.enterprise</groupId> <artifactId>cdi-api</artifactId> </dependency> <!-- Weld servlet required for testing CDI injections --> <dependency> <groupId>org.glassfish.web</groupId> <artifactId>el-impl</artifactId> </dependency> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> </dependency> <dependency> <groupId>org.jboss.shrinkwrap.resolver</groupId> <artifactId>shrinkwrap-resolver-depchain</artifactId> <type>pom</type> </dependency> <dependency> <groupId>org.jboss.shrinkwrap.resolver</groupId> <artifactId>shrinkwrap-resolver-impl-maven</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.shrinkwrap.descriptors</groupId> <artifactId>shrinkwrap-descriptors-impl-javaee</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.weld.servlet</groupId> <artifactId>weld-servlet</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.jboss.arquillian.container</groupId> <artifactId>arquillian-jetty-embedded-9</artifactId> <version>1.0.0.cr3</version> </dependency>
If you think the following arquillian-jetty-embedded-9-1.0.0.cr3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download arquillian-jetty-embedded-9-1.0.0.cr3.jar file