<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime-native</artifactId>
<version>2.7.15</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-runtime-native', version='2.7.15')
)
<parent> <groupId>org.atmosphere</groupId> <artifactId>atmosphere-project</artifactId> <version>2.7.15</version> </parent>
compile
|-- org.atmosphere:atmosphere-compat-jbossweb:2.0.1
|-- org.atmosphere:atmosphere-compat-tomcat:2.0.1
|-- org.atmosphere:atmosphere-compat-tomcat7:2.0.1
|-- org.slf4j:slf4j-api:1.7.32
provided
|-- org.apache.geronimo.specs:geronimo-servlet_3.0_spec:1.0
|-- org.eclipse.jetty:jetty-websocket:7.6.9.v20130131
|-- org.mortbay.jetty:jetty:6.1.22
|-- org.mortbay.jetty:jetty-util:6.1.22
|-- org.mortbay.jetty:jetty-management:6.1.22
test
|-- com.ning:async-http-client:1.7.7
|-- org.slf4j:jul-to-slf4j:1.7.32
|-- org.slf4j:jcl-over-slf4j:1.7.32