summaryrefslogtreecommitdiffstats
path: root/vespa-athenz
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@vespa.ai>2024-01-11 14:26:12 +0100
committerBjørn Christian Seime <bjorncs@vespa.ai>2024-01-11 14:31:27 +0100
commita82c09ea63ee5b9ec522793b0765eee3e4d2c58b (patch)
treef5f95aebbd8c48e842f40b7d8edf8a73af08ead3 /vespa-athenz
parentd11355091ed6adf7b1daffc02304d589c3a6d906 (diff)
Exclude libpam4j
Diffstat (limited to 'vespa-athenz')
-rw-r--r--vespa-athenz/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 2eb7a5f9bb7..f807f7c28be 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -181,6 +181,10 @@
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.kohsuke</groupId>
+ <artifactId>libpam4j</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>