diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-02-02 11:10:36 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-02-02 11:10:39 +0100 |
commit | 5de9531adfb87c812a9dfb9b90f5fb53c80d5682 (patch) | |
tree | 71065fccbd8ea98b23a1b3bf88c42ac1a9a08102 /infra/data-impl/pom.xml | |
parent | e613fbfd655fc97a79be7b1d814e7e3a0632f7d5 (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/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> |