Added unit test utilities and some more unit tests.
diff --git a/utils/pom.xml b/utils/pom.xml
index c956abe..d9e013c 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -17,6 +17,7 @@
     <description>Domain agnostic ON.Lab utilities</description>
 
     <modules>
+        <module>junit</module>
         <module>misc</module>
         <module>osgi</module>
         <module>rest</module>