summaryrefslogtreecommitdiffstats
path: root/infra/translate-utils/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-02-02 11:10:36 +0100
committerMarek Gradzki <mgradzki@cisco.com>2018-02-02 11:10:39 +0100
commit5de9531adfb87c812a9dfb9b90f5fb53c80d5682 (patch)
tree71065fccbd8ea98b23a1b3bf88c42ac1a9a08102 /infra/translate-utils/pom.xml
parente613fbfd655fc97a79be7b1d814e7e3a0632f7d5 (diff)
Use YangParserTestUtils instead of CrossSourceStatementReactor.BuildAction
Simplifies code and removes usages of deprecated YangStatementSourceImpl. Change-Id: I012e2de7a5a902927eaec87370f1850d54fbf4ee Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/translate-utils/pom.xml')
-rw-r--r--infra/translate-utils/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/infra/translate-utils/pom.xml b/infra/translate-utils/pom.xml
index d05d88520..8b4701454 100644
--- a/infra/translate-utils/pom.xml
+++ b/infra/translate-utils/pom.xml
@@ -83,6 +83,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.opendaylight.yangtools</groupId>
+ <artifactId>yang-test-util</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>