summaryrefslogtreecommitdiffstats
path: root/infra/northbound/restconf/pom.xml
diff options
context:
space:
mode:
authorJan Srnicek <jsrnicek@cisco.com>2017-08-31 09:51:39 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-09-05 15:39:31 +0000
commit2c390365f13f5aa8d92672254cee6fae16ba823a (patch)
tree02dc033e610ae375c57c4c94e7462ebad86997a9 /infra/northbound/restconf/pom.xml
parentbb9141c63012d0305ac65da763af3fb0c427076f (diff)
HONEYCOMB-389 - Restconf whitelist
Change-Id: I4c60d0ea569e85b23a9d0127ef496545fc475a61 Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
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>