<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-thrift</artifactId>
<version>1.3.5</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.glassfish.grizzly', module='grizzly-thrift', version='1.3.5')
)
<parent> <groupId>net.java</groupId> <artifactId>jvnet-parent</artifactId> <version>1</version> </parent>
compile
|-- org.glassfish.grizzly:grizzly-framework:2.3.10
|-- org.glassfish.grizzly:grizzly-http-server:2.3.10
|-- org.apache.zookeeper:zookeeper:3.3.4
provided
|-- org.apache.thrift:libthrift:0.9.1
test
|-- org.slf4j:slf4j-simple:1.5.8
|-- junit:junit:4.7