From bb9141c63012d0305ac65da763af3fb0c427076f Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Wed, 30 Aug 2017 14:55:04 +0200 Subject: HONEYCOMB-389 - Static yang binding api and impl Also provides ignore option for default module list generation Change-Id: I9e10215491c964e6e88f90d6a3ad4335c94ec7d2 Signed-off-by: Jan Srnicek --- common/yang-whitelist/yang-whitelist-api/pom.xml | 40 ++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 common/yang-whitelist/yang-whitelist-api/pom.xml (limited to 'common/yang-whitelist/yang-whitelist-api/pom.xml') diff --git a/common/yang-whitelist/yang-whitelist-api/pom.xml b/common/yang-whitelist/yang-whitelist-api/pom.xml new file mode 100644 index 000000000..6d72a766d --- /dev/null +++ b/common/yang-whitelist/yang-whitelist-api/pom.xml @@ -0,0 +1,40 @@ + + + + + + 4.0.0 + + io.fd.honeycomb.yang + yang-whitelist-api + 1.17.10-SNAPSHOT + + + 2.2.12 + + + + + javax.xml.bind + jaxb-api + ${jaxb-api.version} + + + + \ No newline at end of file -- cgit 1.2.3-korg