<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<version>1.1.0.beta3</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-runtime', version='1.1.0.beta3')
)
<parent> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-project</artifactId> <version>1.1.0.beta3</version> </parent>
compile
|-- org.atmosphere:atmosphere-compat-jbossweb
|-- org.atmosphere:atmosphere-compat-tomcat
|-- org.atmosphere:atmosphere-compat-tomcat7
|-- eu.infomas:annotation-detector:3.0.1
provided
|-- org.apache.geronimo.specs:geronimo-servlet_3.0_spec:1.0
|-- org.eclipse.jetty.websocket:websocket-server
|-- org.eclipse.jetty:jetty-util
|-- org.eclipse.jetty:jetty-continuation
|-- org.glassfish.grizzly:grizzly-comet
|-- org.glassfish.grizzly:grizzly-websockets
|-- org.glassfish.grizzly:grizzly-http-servlet
|-- com.sun.grizzly:grizzly-websockets
|-- com.sun.grizzly:grizzly-framework-http
|-- com.sun.grizzly:grizzly-comet
|-- com.sun.grizzly:grizzly-compat
|-- org.atmosphere.jboss.as:jboss-as-websockets
|-- org.apache.tomcat:tomcat-catalina
|-- org.apache.tomcat:tomcat-coyote
test