Fixing pom.xml duplicate dependencies and tying in lib into the root pom.

Change-Id: I00a13c0e0acc0c4a99fde1cd1d4fe06dbf3fb2f9
diff --git a/pom.xml b/pom.xml
index 91ac5f4..0df9c81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,6 +54,8 @@
     </licenses>
 
     <modules>
+        <module>lib</module>
+
         <module>utils</module>
         <module>core</module>
         <module>web</module>