for got to ammend to prev

Change-Id: Ie4bb5b5f53fcf0036f0d48bab3cdcd88ced24fc4
diff --git a/core/store/trivial/pom.xml b/core/store/trivial/pom.xml
index 59cf1b8..d1e6bb5 100644
--- a/core/store/trivial/pom.xml
+++ b/core/store/trivial/pom.xml
@@ -36,6 +36,13 @@
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-lang3</artifactId>
         </dependency>
+
+        <dependency>
+          <groupId>org.onlab.onos</groupId>
+          <artifactId>onos-api</artifactId>
+          <classifier>tests</classifier>
+          <scope>test</scope>
+        </dependency>
     </dependencies>
 
 </project>