Experimenting multi Provider support on SimpelDeviceStore.

Change-Id: I181db7704556768863624f072540d141e39d0904
diff --git a/core/store/trivial/pom.xml b/core/store/trivial/pom.xml
index 40016d4..b35f6a50 100644
--- a/core/store/trivial/pom.xml
+++ b/core/store/trivial/pom.xml
@@ -25,6 +25,10 @@
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
         </dependency>
+        <dependency>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-lang3</artifactId>
+        </dependency>
     </dependencies>
 
     <build>