From 62dd4d32fd270d3a6b7bb47c972bbcd5dc7b9f43 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Fri, 30 Jun 2017 10:08:14 +0200 Subject: HONEYCOMB-358 - Generate guice to yang modules index Generates two descriptor files yang-modules-binding/yang-modules - List of Yang modules by project(classpath + deps) yang-mapping/FULL_PROJECT_NAME-yang-modules-index - Index from Guice modules to Yang modules that are used by respective Guice module These files are included in jar files and distribution resources Change-Id: Iafc178219245df9129fb426a5876215c6fd1837e Signed-off-by: Jan Srnicek --- common/common-scripts/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'common/common-scripts/pom.xml') diff --git a/common/common-scripts/pom.xml b/common/common-scripts/pom.xml index e41364154..7be29b662 100644 --- a/common/common-scripts/pom.xml +++ b/common/common-scripts/pom.xml @@ -31,6 +31,8 @@ 2.4.7 2.9.2-01 2.4.3-01 + 2.5 + 0.9.3-Boron-SR3 @@ -82,6 +84,16 @@ groovy-all ${groovy.version} + + org.opendaylight.mdsal + yang-binding + ${yang-binding.version} + + + commons-io + commons-io + ${commons-io.version} + \ No newline at end of file -- cgit 1.2.3-korg