summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2021-02-17 15:17:09 +0100
committerMorten Tokle <mortent@verizonmedia.com>2021-02-17 15:17:09 +0100
commitd3d3e578041a077604afeef617fe42e66730ff26 (patch)
treef1b7f7fefb3bbcadf5dc90e28604a027107e6a57 /config-model/pom.xml
parent37fd0e320d0f78c0442fa73fdaddaec33c916d28 (diff)
Config for blocking feed to global endpoints
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 60ce80164bd..0d499399de8 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -300,6 +300,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>jdisc-security-filters</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>