integration-cpr
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.atmosphere</groupId> <artifactId>integration-cpr</artifactId> <version>1.0.19</version> </dependency>
<?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.atmosphere</groupId> <artifactId>atmosphere-project</artifactId> <version>1.0.19</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.atmosphere</groupId> <artifactId>integration-cpr</artifactId> <packaging>jar</packaging> <version>1.0.19</version> <name>integration-cpr</name> <url>https://github.com/Atmosphere/atmosphere</url> <build> <defaultGoal>install</defaultGoal> <testResources> <testResource> <directory>src/test/resources</directory> </testResource> </testResources> </build> <dependencies> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-servlet_3.0_spec</artifactId> <version>1.0</version> <scope>test</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-continuation</artifactId> <version>${jetty7-version}</version> <scope>test</scope> <optional>true</optional> <exclusions> <exclusion> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> <version>${jetty7-version}</version> <scope>test</scope> <optional>true</optional> <exclusions> <exclusion> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-websockets</artifactId> <version>${grizzly2-version}</version> <scope>test</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-comet</artifactId> <version>${grizzly2-version}</version> <scope>test</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-http-servlet</artifactId> <version>${grizzly2-version}</version> <scope>test</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.sun.grizzly</groupId> <artifactId>grizzly-http</artifactId> <version>${grizzly-version}</version> <scope>test</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.sun.grizzly</groupId> <artifactId>grizzly-http-servlet</artifactId> <version>${grizzly-version}</version> <scope>test</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.sun.grizzly</groupId> <artifactId>grizzly-comet</artifactId> <version>${grizzly-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.sun.grizzly</groupId> <artifactId>grizzly-compat</artifactId> <version>${grizzly-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>catalina</artifactId> <version>${tomcat-version}</version> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>coyote</artifactId> <version>${tomcat-version}</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.8.5</version> <type>jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-runtime</artifactId> <version>${project.version}</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-catalina</artifactId> </exclusion> <exclusion> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-coyote</artifactId> </exclusion> <exclusion> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-util</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>