atmosphere-runtime
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.vaadin.external.atmosphere</groupId> <artifactId>atmosphere-runtime</artifactId> <version>2.4.30.vaadin8</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.vaadin.external.atmosphere</groupId> <artifactId>atmosphere-project</artifactId> <version>2.4.30.vaadin8</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>com.vaadin.external.atmosphere</groupId> <artifactId>atmosphere-runtime</artifactId> <version>2.4.30.vaadin8</version> <packaging>bundle</packaging> <name>atmosphere-runtime</name> <url>https://github.com/Atmosphere/atmosphere</url> <licenses> <license> <name>CDDL</name> <url>https://glassfish.dev.java.net/public/CDDLv1.0.html</url> </license> <license> <name>Apache License 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-servlet_3.0_spec</artifactId> <version>1.0</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-server</artifactId> <version>9.3.19.v20170502</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>servlet-api</artifactId> <groupId>javax.servlet</groupId> </exclusion> </exclusions> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-io</artifactId> <version>9.2.13.v20150730</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> <version>9.2.13.v20150730</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>servlet-api</artifactId> <groupId>javax.servlet</groupId> </exclusion> </exclusions> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-continuation</artifactId> <version>7.6.9.v20130131</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>servlet-api</artifactId> <groupId>javax.servlet</groupId> </exclusion> </exclusions> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.jetty.websocket</groupId> <artifactId>websocket-jetty-server</artifactId> <version>10.0.7</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-comet</artifactId> <version>2.3.12</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-websockets</artifactId> <version>2.3.12</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-http-servlet</artifactId> <version>2.3.12</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.sun.grizzly</groupId> <artifactId>grizzly-websockets</artifactId> <version>1.9.57</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.sun.grizzly</groupId> <artifactId>grizzly-framework-http</artifactId> <version>1.0.31</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>servlet-api</artifactId> <groupId>javax.servlet</groupId> </exclusion> </exclusions> <optional>true</optional> </dependency> <dependency> <groupId>com.sun.grizzly</groupId> <artifactId>grizzly-comet</artifactId> <version>1.9.57</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.sun.grizzly</groupId> <artifactId>grizzly-compat</artifactId> <version>1.9.57</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.atmosphere.jboss.as</groupId> <artifactId>jboss-as-websockets</artifactId> <version>0.5</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.jboss</groupId> <artifactId>jboss-vfs</artifactId> <version>3.1.0.Final</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.vaadin.external.atmosphere</groupId> <artifactId>atmosphere-compat-jbossweb</artifactId> <version>2.0.1-vaadin1</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.vaadin.external.atmosphere</groupId> <artifactId>atmosphere-compat-tomcat</artifactId> <version>2.0.1-vaadin1</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.vaadin.external.atmosphere</groupId> <artifactId>atmosphere-compat-tomcat7</artifactId> <version>2.0.1-vaadin1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-catalina</artifactId> <version>7.0.35</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>servlet-api</artifactId> <groupId>org.apache.tomcat</groupId> </exclusion> </exclusions> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-coyote</artifactId> <version>7.0.35</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>servlet-api</artifactId> <groupId>org.apache.tomcat</groupId> </exclusion> </exclusions> <optional>true</optional> </dependency> <dependency> <groupId>javax.websocket</groupId> <artifactId>javax.websocket-api</artifactId> <version>1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> <version>1.2.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-stubs</artifactId> <version>1.0.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> <version>6.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-web</artifactId> <version>1.2.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-pool2</artifactId> <version>2.3</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20180130</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-websocket</artifactId> <version>7.6.10.v20130312</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.15</version> <scope>compile</scope> </dependency> </dependencies> <build> <defaultGoal>install</defaultGoal> <resources> <resource> <filtering>true</filtering> <directory>src/main/java/</directory> <excludes> <exclude>**/*.java</exclude> </excludes> </resource> <resource> <directory>src/main/resources</directory> </resource> </resources> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>${felix-version}</version> <extensions>true</extensions> <configuration> <instructions> <Import-Package>com.sun*;resolution:=optional, org.glassfish.grizzly*;resolution:=optional, org.apache.catalina*;resolution:=optional;version="[6.0,9)", org.apache.tomcat*;resolution:=optional;version="[6.0,9)", org.eclipse.jetty.continuation;resolution:=optional;version="[7.6,10)", org.eclipse.jetty.websocket;resolution:=optional;version="[7.6,10)", org.eclipse.jetty*;resolution:=optional, org.jboss.servlet*;resolution:=optional, org.apache.coyote*;resolution:=optional, org.mortbay.util.ajax*;resolution:=optional, org.atmosphere.inject*;resolution:=optional, org.atmosphere.jboss*;resolution:=optional, org.apache.shiro*;resolution:=optional, org.jboss.vfs*;resolution:=optional, javax.servlet*;version="${servlet-version-range}", javax.websocket*;resolution:=optional, javax.enterprise*;resolution:=optional, javax.inject*;resolution:=optional, weblogic.websocket*;resolution:=optional, *,</Import-Package> <Export-Package>org.atmosphere.cache*, org.atmosphere.client*, org.atmosphere.config*, org.atmosphere.config.managed*, org.atmosphere.config.service*, org.atmosphere.container*, org.atmosphere.cpr*, org.atmosphere.inject*, org.atmosphere.inject.annotation*, org.atmosphere.handler*, org.atmosphere.interceptor*, org.atmosphere.pool*, org.atmosphere.util*, org.atmosphere.websocket*, org.atmosphere.lifecycle*, org.atmosphere.websocket.protocol*,</Export-Package> <Require-Capability>osgi.extender;filter:="(osgi.extender=osgi.serviceloader.processor)", osgi.extender;filter:="(osgi.extender=osgi.serviceloader.registrar)", osgi.serviceloader;filter:="(osgi.serviceloader=org.atmosphere.inject.Injectable)";cardinality:=multiple</Require-Capability> <Provide-Capability>osgi.serviceloader;osgi.serviceloader=javax.servlet.ServletContainerInitializer, osgi.serviceloader;osgi.serviceloader=org.atmosphere.inject.CDIProducer, osgi.serviceloader;osgi.serviceloader=org.atmosphere.inject.Injectable</Provide-Capability> </instructions> </configuration> </plugin> </plugins> </build> </project>