diff --git a/lib/gson/gson.jar b/lib/gson/gson.jar
new file mode 100644
index 0000000000000000000000000000000000000000..9478253e8cb62cd840a21e1f323b68a507c98d66
Binary files /dev/null and b/lib/gson/gson.jar differ
diff --git a/lib/gson/gson.pom b/lib/gson/gson.pom
new file mode 100644
index 0000000000000000000000000000000000000000..ac52bf787aa742ff2970e617c90c78dffa9cb3cc
--- /dev/null
+++ b/lib/gson/gson.pom
@@ -0,0 +1,24 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>com.google</groupId>
+  <artifactId>gson</artifactId>
+  <version>2.2.3</version>
+  <name>Google gson</name>
+  <inceptionYear>2011</inceptionYear>
+  <description>
+Gson is a Java library that can be used to convert a Java object into its 
+JSON representation. It can also be used to convert a JSON string into an 
+equivalent Java object. Gson can work with arbitrary Java objects including 
+pre-existing objects that you do not have source-code of.
+  </description>
+  <packaging>jar</packaging>
+  <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>http://code.google.com/p/google-gson</url>
+
+</project>