SLING-4381 allow null map when creating a resource

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1680767 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 5345940..2e70d51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,13 @@
             <version>1.2.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
-  
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.testing.logging-mock</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
+            <scope>test</scope>
+        </dependency>
+
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.nosql.generic</artifactId>