Download weld-servlet-core-3.0.0.alpha13.jar file

Introduction

You can download weld-servlet-core-3.0.0.alpha13.jar in this page.

License

Apache License, Version 2.0

Type List

weld-servlet-core-3.0.0.alpha13.jar file has the following types.

META-INF/DEPENDENCIES.txt
META-INF/LICENSE.txt
META-INF/MANIFEST.MF
META-INF/faces-config.xml
META-INF/maven/org.jboss.weld.servlet/weld-servlet-core/pom.properties
META-INF/maven/org.jboss.weld.servlet/weld-servlet-core/pom.xml
META-INF/services/io.undertow.servlet.ServletExtension
META-INF/services/javax.enterprise.inject.spi.CDIProvider
META-INF/services/javax.servlet.ServletContainerInitializer
org.jboss.weld.environment.AbstractContainer.class
org.jboss.weld.environment.Container.class
org.jboss.weld.environment.ContainerContext.class
org.jboss.weld.environment.gwtdev.GwtDevHostedModeContainer.class
org.jboss.weld.environment.gwtdev.MortbayWeldServletHandler.class
org.jboss.weld.environment.jetty.AbstractJettyContainer.class
org.jboss.weld.environment.jetty.EclipseWeldServletHandler.class
org.jboss.weld.environment.jetty.JettyContainer.class
org.jboss.weld.environment.jetty.JettyWeldInjector.class
org.jboss.weld.environment.jetty.WeldDecorator.class
org.jboss.weld.environment.servlet.BeanManagerResourceBindingListener.class
org.jboss.weld.environment.servlet.EnhancedListener.class
org.jboss.weld.environment.servlet.Listener.class
org.jboss.weld.environment.servlet.SecurityActions.class
org.jboss.weld.environment.servlet.WeldServletLifecycle.class
org.jboss.weld.environment.servlet.deployment.ServletContextBeanArchiveHandler.class
org.jboss.weld.environment.servlet.deployment.WebAppBeanArchiveScanner.class
org.jboss.weld.environment.servlet.inject.AbstractInjector.class
org.jboss.weld.environment.servlet.jsf.WeldApplication.class
org.jboss.weld.environment.servlet.jsf.WeldApplicationFactory.class
org.jboss.weld.environment.servlet.logging.Category.class
org.jboss.weld.environment.servlet.logging.JettyLogger.class
org.jboss.weld.environment.servlet.logging.TomcatLogger.class
org.jboss.weld.environment.servlet.logging.UndertowLogger.class
org.jboss.weld.environment.servlet.logging.WeldServletLogger.class
org.jboss.weld.environment.servlet.portlet.PortletSupport.class
org.jboss.weld.environment.servlet.services.ServletResourceInjectionServices.class
org.jboss.weld.environment.servlet.util.ForwardingELResolver.class
org.jboss.weld.environment.servlet.util.ServiceLoader.class
org.jboss.weld.environment.servlet.util.Servlets.class
org.jboss.weld.environment.servlet.util.TransparentELResolver.class
org.jboss.weld.environment.tomcat.ForwardingInstanceManager.class
org.jboss.weld.environment.tomcat.SecurityActions.class
org.jboss.weld.environment.tomcat.TomcatContainer.class
org.jboss.weld.environment.tomcat.WeldForwardingInstanceManager.class
org.jboss.weld.environment.tomcat.WeldInstanceManager.class
org.jboss.weld.environment.undertow.UndertowContainer.class
org.jboss.weld.environment.undertow.WeldInstanceFactory.class
org.jboss.weld.environment.undertow.WeldServletExtension.class
org/jboss/weld/environment/servlet/logging/JettyLogger.i18n.properties
org/jboss/weld/environment/servlet/logging/TomcatLogger.i18n.properties
org/jboss/weld/environment/servlet/logging/UndertowLogger.i18n.properties
org/jboss/weld/environment/servlet/logging/WeldServletLogger.i18n.properties

Pom

weld-servlet-core-3.0.0.alpha13.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>
        <artifactId>weld-servlet-parent</artifactId>
        <groupId>org.jboss.weld.servlet</groupId>
        <version>3.0.0.Alpha13</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>weld-servlet-core</artifactId>
    <packaging>jar</packaging>
    <name>Weld Servlet Core</name>
    <url>http://weld.cdi-spec.org</url>
    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <distribution>repo</distribution>
            <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
        </license>
    </licenses>

    <dependencies>

        <dependency>
            <groupId>org.jboss.weld.environment</groupId>
            <artifactId>weld-environment-common</artifactId>
        </dependency>

        <dependency>
            <groupId>org.jboss.weld</groupId>
            <artifactId>weld-spi</artifactId>
        </dependency>

        <dependency>
            <groupId>org.jboss.weld.probe</groupId>
            <artifactId>weld-probe-core</artifactId>
        </dependency>

        <dependency>
            <groupId>org.jboss.weld.module</groupId>
            <artifactId>weld-jsf</artifactId>
            <optional>true</optional>
        </dependency>

        <dependency>
            <groupId>org.jboss.weld.module</groupId>
            <artifactId>weld-web</artifactId>
        </dependency>

        <dependency>
            <groupId>org.jboss.logging</groupId>
            <artifactId>jboss-logging-processor</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.jboss.spec.javax.servlet</groupId>
            <artifactId>jboss-servlet-api_3.1_spec</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.jboss.spec.javax.el</groupId>
            <artifactId>jboss-el-api_3.0_spec</artifactId>
        </dependency>

        <dependency>
            <groupId>javax.portlet</groupId>
            <artifactId>portlet-api</artifactId>
            <version>2.0</version>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.apache.tomcat</groupId>
            <artifactId>tomcat-catalina</artifactId>
            <scope>provided</scope>
            <optional>true</optional>
            <exclusions>
                <exclusion>
                    <groupId>org.apache.tomcat</groupId>
                    <artifactId>servlet-api</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

        <dependency>
            <groupId>org.mortbay.jetty</groupId>
            <artifactId>jetty</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.mortbay.jetty</groupId>
            <artifactId>jetty-plus</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.mortbay.jetty</groupId>
            <artifactId>jetty-util</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-server</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-servlet</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-webapp</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-plus</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>javax.faces</groupId>
            <artifactId>jsf-api</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>javax.servlet.jsp</groupId>
            <artifactId>jsp-api</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>org.jboss.logging</groupId>
            <artifactId>jboss-logging</artifactId>
        </dependency>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>

        <dependency>
           <groupId>org.jboss.logmanager</groupId>
           <artifactId>jboss-logmanager</artifactId>
           <scope>test</scope>
        </dependency>

        <!-- Undertow support -->
        <dependency>
            <groupId>io.undertow</groupId>
            <artifactId>undertow-servlet</artifactId>
            <version>${undertow.version}</version>
            <scope>provided</scope>
        </dependency>

    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jboss.weld.servlet</groupId>
   <artifactId>weld-servlet-core</artifactId>
   <version>3.0.0.alpha13</version>
</dependency>

Download

If you think the following weld-servlet-core-3.0.0.alpha13.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download weld-servlet-core-3.0.0.alpha13.jar file




PreviousNext

Related