summaryrefslogtreecommitdiffstats
path: root/parent/pom.xml
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 /parent/pom.xml
parentd11355091ed6adf7b1daffc02304d589c3a6d906 (diff)
Exclude libpam4j
Diffstat (limited to 'parent/pom.xml')
-rw-r--r--parent/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 69653e5466e..b588d714105 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -597,6 +597,10 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.kohsuke</groupId>
+ <artifactId>libpam4j</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -608,6 +612,10 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.kohsuke</groupId>
+ <artifactId>libpam4j</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -624,6 +632,10 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.kohsuke</groupId>
+ <artifactId>libpam4j</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>