diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-01-02 08:04:42 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-01-02 08:20:25 +0100 |
commit | 9c1e93138b2d45d815e17f6dc7224feadf3045f8 (patch) | |
tree | b22afb7546bacdd0fae47f19b9df996fd96fcc22 /mpls/api/pom.xml | |
parent | 843ce4152a142a1f9c10aeb4ce56ec54491fd977 (diff) |
mpls-api: add missing yang dependencies
Change-Id: I8b93211bcee0b7373fb8370f15e130ce8aa05fbf
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'mpls/api/pom.xml')
-rw-r--r-- | mpls/api/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mpls/api/pom.xml b/mpls/api/pom.xml index 8c4f81491..17937837d 100644 --- a/mpls/api/pom.xml +++ b/mpls/api/pom.xml @@ -38,11 +38,19 @@ </dependency> <dependency> <groupId>org.opendaylight.mdsal.model</groupId> + <artifactId>ietf-yang-types-20130715</artifactId> + </dependency> + <dependency> + <groupId>org.opendaylight.mdsal.model</groupId> <artifactId>ietf-inet-types-2013-07-15</artifactId> </dependency> <dependency> <groupId>org.opendaylight.mdsal.model</groupId> <artifactId>ietf-interfaces</artifactId> </dependency> + <dependency> + <groupId>org.opendaylight.mdsal.model</groupId> + <artifactId>yang-ext</artifactId> + </dependency> </dependencies> </project>
\ No newline at end of file |