diff options
Diffstat (limited to 'vnfapi/model/pom.xml')
-rw-r--r-- | vnfapi/model/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnfapi/model/pom.xml b/vnfapi/model/pom.xml index 6ac17fe3..43bef39d 100644 --- a/vnfapi/model/pom.xml +++ b/vnfapi/model/pom.xml @@ -30,7 +30,7 @@ <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>maven-sal-api-gen-plugin</artifactId> - <version>${odl.yangtools.version}</version> + <version>${odl.sal.api.gen.plugin.version}</version> <type>jar</type> </dependency> </dependencies> @@ -103,7 +103,7 @@ <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>yang-binding</artifactId> - <version>${odl.yangtools.version}</version> + <version>${odl.mdsal.yang.binding.version}</version> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> |