diff options
author | Jan Srnicek <jsrnicek@cisco.com> | 2017-08-31 10:43:46 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-09-05 15:39:31 +0000 |
commit | 34784c7bc9e0e1177b85cd6f7fca57378fc613ad (patch) | |
tree | 89174fbd616ccb827625a8848e290f628f7359b0 /infra/northbound/netconf/pom.xml | |
parent | 2c390365f13f5aa8d92672254cee6fae16ba823a (diff) |
HONEYCOMB-389 - Netconf whitelist
Change-Id: I279f77fcada863c7ece2c2368fc4b5f957b45435
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'infra/northbound/netconf/pom.xml')
-rw-r--r-- | infra/northbound/netconf/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/infra/northbound/netconf/pom.xml b/infra/northbound/netconf/pom.xml index 562073b03..0e9cf53bb 100644 --- a/infra/northbound/netconf/pom.xml +++ b/infra/northbound/netconf/pom.xml @@ -30,6 +30,12 @@ <artifactId>netconf</artifactId> <version>1.17.10-SNAPSHOT</version> + <properties> + <yang.modules.whitelist> + ${project.basedir}/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml + </yang.modules.whitelist> + </properties> + <dependencies> <!-- DI--> <dependency> |