From 3d0d25cce16ec10496dbe324e635f051a4ebad34 Mon Sep 17 00:00:00 2001 From: Gaurav Agrawal Date: Thu, 28 Sep 2017 18:23:44 +0530 Subject: Updated DG for network-topology-operation-activate Following changes are included: 1) Handle l2 and l3 dci. 2) Handle 2 sites data keeping rest node template generic. 3) Fetch 3rd parth controller information using site-id. Change-Id: I6d075cab2c7850197d91bd4e707c10c579458d48 Issue-Id: SDNC-104 Signed-off-by: Gaurav Agrawal Former-commit-id: 93b36edae1b14165ebd9c0fc9bbbe916c725790a --- dgbuilder/tools/pom.xml_base | 79 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 dgbuilder/tools/pom.xml_base (limited to 'dgbuilder') diff --git a/dgbuilder/tools/pom.xml_base b/dgbuilder/tools/pom.xml_base new file mode 100644 index 00000000..c0708f06 --- /dev/null +++ b/dgbuilder/tools/pom.xml_base @@ -0,0 +1,79 @@ + + + 4.0.0 + + org.openecomp.sdnc.core + root + 1.2.0-SNAPSHOT + + yangApp-model + bundle + 1.0.0-SNAPSHOT + + + + + org.apache.felix + maven-bundle-plugin + true + + + * + + + + + org.opendaylight.yangtools + yang-maven-plugin + ${odl.yangtools.yang.maven.plugin.version} + + + org.opendaylight.mdsal + maven-sal-api-gen-plugin + ${odl.sal.api.gen.plugin.version} + jar + + + + + + generate-sources + + + ${yang.file.directory} + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + true + + + + + + + + + org.opendaylight.mdsal + yang-binding + ${odl.mdsal.yang.binding.version} + + + org.opendaylight.yangtools + yang-common + ${odl.yangtools.version} + + + org.opendaylight.mdsal.model + ietf-inet-types + ${odl.ietf-inet-types.version} + + + org.opendaylight.mdsal.model + ietf-yang-types + ${odl.ietf-yang-types.version} + + + -- cgit 1.2.3-korg