<dependency>
<groupId>com.rubiconproject.oss</groupId>
<artifactId>chendra</artifactId>
<version>1.0.8</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- commons-lang:commons-lang:2.6
|-- commons-logging:commons-logging:1.1
|-- commons-collections:commons-collections:3.2.1
|-- org.apache.thrift:libthrift:0.8.0
provided
|-- org.apache.hadoop:hadoop-core:0.20.2
test
|-- junit:junit:4.0