Commit 07c77088 authored by David Trott's avatar David Trott

Updated README with dependencies for latest (0.5.0.0) version of thrift.

parent 659506b0
......@@ -45,19 +45,21 @@ A minimal configuration to invoke this plugin would be:
<dependencies>
<dependency>
<groupId>org.apache.thrift</groupId>
<groupId>org.apache.hadoop</groupId>
<artifactId>libthrift</artifactId>
<version>0.2.0</version>
<version>0.5.0.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.4.0</version>
<version>1.5.8</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.4.0</version>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
</dependency>
</dependencies>
</project>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment