diff options
Diffstat (limited to 'infra/data-impl/pom.xml')
-rw-r--r-- | infra/data-impl/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/infra/data-impl/pom.xml b/infra/data-impl/pom.xml index 55e646a5c..3e5b4b92d 100644 --- a/infra/data-impl/pom.xml +++ b/infra/data-impl/pom.xml @@ -74,6 +74,11 @@ <artifactId>skinny-logback</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.opendaylight.yangtools</groupId> + <artifactId>yang-test-util</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> |