<dependency>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>atmosphere-jersey</artifactId>
<version>2.7.3.slf4jvaadin4</version>
<type>bundle</type>
</dependency>
libraryDependencies += "com.vaadin.external.atmosphere" % "atmosphere-jersey" % "2.7.3.slf4jvaadin4"
@Grapes(
@Grab(group='com.vaadin.external.atmosphere', module='atmosphere-jersey', version='2.7.3.slf4jvaadin4')
)
<dependency org="com.vaadin.external.atmosphere" name="atmosphere-jersey" rev="2.7.3.slf4jvaadin4" />
<parent> <groupId>com.vaadin.external.atmosphere</groupId> <artifactId>atmosphere-project</artifactId> <version>2.7.3.slf4jvaadin4</version> </parent>
compile
|-- com.vaadin.external.atmosphere:atmosphere-annotations
|-- com.sun.jersey:jersey-server
|-- com.sun.jersey:jersey-servlet
|-- javax.xml.bind:jaxb-api:2.4.0-b180830.0359
|-- com.sun.xml.bind:jaxb-impl:2.2.11
|-- com.sun.xml.bind:jaxb-core:2.2.11
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