<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-thrift</artifactId>
<version>1.3.14</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.glassfish.grizzly', module='grizzly-thrift', version='1.3.14')
)
<parent> <groupId>org.eclipse.ee4j</groupId> <artifactId>project</artifactId> <version>1.0.5</version> </parent>
compile
|-- org.glassfish.grizzly:grizzly-framework:2.4.4
|-- org.glassfish.grizzly:grizzly-http-server:2.4.4
provided
|-- org.apache.zookeeper:zookeeper:3.4.11
|-- org.apache.thrift:libthrift:0.12.0
test
|-- org.slf4j:slf4j-simple:1.5.8
|-- junit:junit:4.12