diff options
Diffstat (limited to 'it/api-test')
-rw-r--r-- | it/api-test/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/it/api-test/pom.xml b/it/api-test/pom.xml index 6b1981a8d..ba6a1eb86 100644 --- a/it/api-test/pom.xml +++ b/it/api-test/pom.xml @@ -119,5 +119,11 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.opendaylight.yangtools</groupId> + <artifactId>yang-data-impl</artifactId> + <version>${odl.yangtools.version}</version> + <scope>test</scope> + </dependency> </dependencies> </project>
\ No newline at end of file |