aboutsummaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-18 15:44:35 +0100
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-18 15:45:34 +0100
commita6c9fa6c9ef834eae51de462f836855b827a25ba (patch)
tree57dc0952423bf43f49f57dc81e2b7611b7b8ec48 /fat-model-dependencies
parent6c457e6dd5993ec2ef15177dab4a16e3d3702b85 (diff)
Exclude BouncyCastle from config-model-fat
Diffstat (limited to 'fat-model-dependencies')
-rw-r--r--fat-model-dependencies/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/fat-model-dependencies/pom.xml b/fat-model-dependencies/pom.xml
index bbac77d9c0b..f6667c9ea0c 100644
--- a/fat-model-dependencies/pom.xml
+++ b/fat-model-dependencies/pom.xml
@@ -156,6 +156,10 @@
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>*</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>