diff options
Diffstat (limited to 'infra/rpc/api')
-rw-r--r-- | infra/rpc/api/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/rpc/api/pom.xml b/infra/rpc/api/pom.xml index d13d30463..75df7e4cb 100644 --- a/infra/rpc/api/pom.xml +++ b/infra/rpc/api/pom.xml @@ -38,6 +38,10 @@ <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </dependency> + <dependency> + <groupId>org.opendaylight.mdsal</groupId> + <artifactId>yang-binding</artifactId> + </dependency> </dependencies> </project> |