<dependency>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>atmosphere-jersey</artifactId>
<version>2.4.30.vaadin3</version>
<type>bundle</type>
</dependency>
libraryDependencies += "com.vaadin.external.atmosphere" % "atmosphere-jersey" % "2.4.30.vaadin3"
@Grapes(
@Grab(group='com.vaadin.external.atmosphere', module='atmosphere-jersey', version='2.4.30.vaadin3')
)
<dependency org="com.vaadin.external.atmosphere" name="atmosphere-jersey" rev="2.4.30.vaadin3" />
<parent> <groupId>com.vaadin.external.atmosphere</groupId> <artifactId>atmosphere-project</artifactId> <version>2.4.30.vaadin3</version> </parent>
compile
|-- com.vaadin.external.atmosphere:atmosphere-annotations
|-- com.sun.jersey:jersey-server
|-- com.sun.jersey:jersey-servlet
provided
|-- org.apache.geronimo.specs:geronimo-servlet_3.0_spec:1.0
test
|-- org.eclipse.jetty:jetty-servlet
|-- com.sun.grizzly:grizzly-http
|-- com.sun.grizzly:grizzly-http-servlet
|-- com.sun.grizzly:grizzly-comet
|-- com.sun.grizzly:grizzly-compat