feature-state-management failing junits
because junit library is not part of the pom.
Change-Id: I4e8c12edfe2e91dcdb90200b8d4f37e35109f448
Issue-ID: POLICY-155
Signed-off-by: Jorge Hernandez <jh1730@att.com>
diff --git a/feature-state-management/pom.xml b/feature-state-management/pom.xml
index 5265cdb..033d36d 100644
--- a/feature-state-management/pom.xml
+++ b/feature-state-management/pom.xml
@@ -133,5 +133,10 @@
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>