asynch-http-servlet-3.0-pom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>asynch-http-servlet-3.0-pom</artifactId>
<version>3.0.19.Final</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/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.0.19.Final</version>
</parent>
<name>Async Http JBossWeb</name>
<description/>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy</groupId>
<artifactId>asynch-http-servlet-3.0-pom</artifactId>
<packaging>pom</packaging>
<profiles>
<profile>
<id>redhat-prod</id>
<modules>
<module>async-http-servlet-3.0</module>
</modules>
</profile>
<profile>
<id>travis-ci</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>async-http-servlet-3.0</module>
</modules>
</profile>
<profile>
<id>all</id>
<modules>
<module>async-http-servlet-3.0</module>
<module>async-http-servlet-3.0-test</module>
<module>callback-test</module>
</modules>
</profile>
</profiles>
</project>