qlack2-util-atmosphere-impl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.eurodyn.qlack2.util</groupId>
<artifactId>qlack2-util-atmosphere-impl</artifactId>
<version>2.3.18</version>
</dependency><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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.eurodyn.qlack2.util</groupId>
<artifactId>qlack2-util-atmosphere</artifactId>
<version>2.3.18</version>
<relativePath>..</relativePath>
</parent>
<artifactId>qlack2-util-atmosphere-impl</artifactId>
<packaging>bundle</packaging>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Bundle-Description>QLACK2 :: Util :: Atmosphere ::
impl
</Bundle-Description>
<Export-Package>
com.eurodyn.qlack2.util.atmosphere.impl,
com.eurodyn.qlack2.util.atmosphere.impl.handler,
com.eurodyn.qlack2.util.atmosphere.impl.interceptor
</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.eurodyn.qlack2.util</groupId>
<artifactId>qlack2-util-atmosphere-api</artifactId>
<version>2.3.18</version>
</dependency>
<dependency>
<groupId>com.eurodyn.qlack2.util</groupId>
<artifactId>qlack2-util-cluster-core</artifactId>
<version>2.3.18</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${javax.servlet-api.version}</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<version>${osgi.version}</version>
</dependency>
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<version>${atmosphere.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons.lang3.version}</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>${commons.collections.version}</version>
</dependency>
</dependencies>
</project>