diff --git a/lib/thrift/libthrift.jar b/lib/thrift/libthrift.jar new file mode 100644 index 0000000000000000000000000000000000000000..41b24a2382ce729d89799b271880dfb12ba740e9 Binary files /dev/null and b/lib/thrift/libthrift.jar differ diff --git a/lib/thrift/libthrift.pom b/lib/thrift/libthrift.pom new file mode 100755 index 0000000000000000000000000000000000000000..5cd13c883e52c6b736be3ac973ff7019d2f4026c --- /dev/null +++ b/lib/thrift/libthrift.pom @@ -0,0 +1,18 @@ +<project> + <modelVersion>4.0.0</modelVersion> + + <groupId>org.apache.thrift</groupId> + <artifactId>thrift</artifactId> + <version>0.10.0</version> + <name>Reliable data serialization across languages</name> + <description></description> + <licenses> + <license> + <name>Apache License Version 2.0, January 2004</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + </license> + </licenses> + + <url>https://thrift.apache.org/</url> + +</project>