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