summaryrefslogtreecommitdiffstats
path: root/infra/northbound/restconf/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'infra/northbound/restconf/pom.xml')
-rw-r--r--infra/northbound/restconf/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/infra/northbound/restconf/pom.xml b/infra/northbound/restconf/pom.xml
index 1f3d2db13..49e5a9013 100644
--- a/infra/northbound/restconf/pom.xml
+++ b/infra/northbound/restconf/pom.xml
@@ -34,6 +34,9 @@
<jersey.version>1.19.1</jersey.version>
<servlet.version>3.1.0</servlet.version>
<jetty.version>9.3.11.v20160721</jetty.version>
+ <yang.modules.whitelist>
+ ${project.basedir}/src/main/resources/honeycomb-minimal-resources/config/restconf-whitelist.xml
+ </yang.modules.whitelist>
</properties>
<dependencies>