<dependency>
<groupId>com.ovea</groupId>
<artifactId>ovea-cometd-contrib</artifactId>
<version>1.8.ga</version>
</dependency>
<parent> <groupId>com.ovea</groupId> <artifactId>ovea</artifactId> <version>2</version> </parent>
compile
|-- org.cometd.java:cometd-java-server:2.4.0.RC2
|-- org.cometd.java:cometd-java-annotations:2.4.0.RC2
|-- org.cometd.java:cometd-websocket-jetty:2.4.0.RC2
|-- com.google.inject:guice:3.0
|-- com.google.inject.extensions:guice-servlet:3.0
|-- org.eclipse.jetty:jetty-websocket:8.1.0.RC4
|-- org.eclipse.jetty:jetty-client:8.1.0.RC4
|-- org.eclipse.jetty:jetty-continuation:8.1.0.RC4
|-- org.eclipse.jetty:jetty-util:8.1.0.RC4
|-- org.eclipse.jetty:jetty-jmx:8.1.0.RC4
|-- org.apache.shiro:shiro-core:1.1.0
|-- com.google.guava:guava:10.0.1
provided