diff options
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> |