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