From edd86ff47ae8755f3b9152db570cb40fbc8d813d Mon Sep 17 00:00:00 2001 From: Giovanni Meo Date: Tue, 12 Nov 2013 15:55:03 +0100 Subject: [PATCH] Fix odl-model-project pom to include correct version of yang-bindings - yang-bindings need to be at the revision of the yang.codegen.version else the code generation will create objects that are not present in the runtime bindings Change-Id: I753195ea8fedce178924eee2bb6d2e916bfc66dc Signed-off-by: Giovanni Meo --- .../src/main/resources/archetype-resources/pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml index 1f9bc7477e..77f419a4ff 100644 --- a/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml @@ -217,12 +217,7 @@ org.opendaylight.yangtools yang-binding - ${yang.version} - - - org.opendaylight.yangtools - yang-common - ${yang.version} + ${yang.codegen.version} -- 2.36.6