BUG-6973: Implement test for InstructionDeployer
[bgpcep.git] / programming / impl / pom.xml
index 0be2c48c1977bfca7008160726f3b27eab782a1b..5313e3945aa07b8785daa4b94f07fa49909c48ae 100644 (file)
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
-
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>testtool-util</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>