<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-java-annotations</artifactId>
<version>2.3.0.RC1</version>
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-annotations', version='2.3.0.RC1')
)
<parent> <groupId>org.cometd.java</groupId> <artifactId>cometd-java</artifactId> <version>2.3.0.RC1</version> </parent>
compile
|-- org.eclipse.jetty:jetty-util
|-- javax.inject:javax.inject:1
|-- javax.annotation:jsr250-api:1.0
|-- org.cometd.java:bayeux-api
|-- junit:junit
|-- org.cometd.java:cometd-java-server
provided
|-- javax.servlet:servlet-api:2.5
test
|-- org.cometd.java:cometd-java-client
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-servlet