Toggle
[sdc.git] / catalog-dao / pom.xml
index 06cb1e8..d1d9b34 100644 (file)
@@ -356,6 +356,12 @@ Modifications copyright (c) 2018 Nokia
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
     </dependency>
+      <dependency>
+          <groupId>org.togglz</groupId>
+          <artifactId>togglz-testing</artifactId>
+          <version>${togglz.version}</version>
+          <scope>test</scope>
+      </dependency>
   </dependencies>
 
   <build>