diff options
Diffstat (limited to 'v3po/data-impl/pom.xml')
-rw-r--r-- | v3po/data-impl/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/v3po/data-impl/pom.xml b/v3po/data-impl/pom.xml index 1d716a6d9..46faab7a2 100644 --- a/v3po/data-impl/pom.xml +++ b/v3po/data-impl/pom.xml @@ -49,6 +49,10 @@ <artifactId>mdsal-binding-dom-codec</artifactId> </dependency> <dependency> + <groupId>org.opendaylight.yangtools</groupId> + <artifactId>yang-data-codec-gson</artifactId> + </dependency> + <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-core-api</artifactId> <version>1.3.0-Beryllium</version> <!-- FIXME use dependency management --> |