diff options
author | Thomas <> | 2021-04-16 22:20:05 +0200 |
---|---|---|
committer | Thomas <> | 2021-04-16 22:20:05 +0200 |
commit | 3e734a0f1fedba00e594bd69e72bd2f18a0a60bf (patch) | |
tree | 49c7fcd1aff408e2d743cff3f05657bc8b0858ee /eaaf_core_utils/pom.xml | |
parent | af378b443868a0fecc5176a263dbd42718424d14 (diff) | |
parent | 3e3ba151078537a04dadce070934685c754336ff (diff) | |
download | EAAF-Components-3e734a0f1fedba00e594bd69e72bd2f18a0a60bf.tar.gz EAAF-Components-3e734a0f1fedba00e594bd69e72bd2f18a0a60bf.tar.bz2 EAAF-Components-3e734a0f1fedba00e594bd69e72bd2f18a0a60bf.zip |
Merge branch 'feature/small_changes' into feature/VT-21-016
Diffstat (limited to 'eaaf_core_utils/pom.xml')
-rw-r--r-- | eaaf_core_utils/pom.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/eaaf_core_utils/pom.xml b/eaaf_core_utils/pom.xml index 4e3bbeee..e0cb88e3 100644 --- a/eaaf_core_utils/pom.xml +++ b/eaaf_core_utils/pom.xml @@ -121,8 +121,23 @@ <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp-tls</artifactId> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bctls-jdk15on</artifactId> + </exclusion> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk15on</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>1.2.3</version> + <scope>test</scope> </dependency> - </dependencies> <build> |