summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core
diff options
context:
space:
mode:
authorThomas <>2021-04-14 14:53:57 +0200
committerThomas <>2021-04-14 14:53:57 +0200
commit7ba6fecaf1bc00c3e21102d6ba5fb6c6fc5f3398 (patch)
treef08da6cd1e56f1fb3ba68da0fb4a69da32b857ed /eaaf_modules/eaaf_module_pvp2_core
parent458817bd97058c5a975006dca45cdfe6eead07b5 (diff)
downloadEAAF-Components-7ba6fecaf1bc00c3e21102d6ba5fb6c6fc5f3398.tar.gz
EAAF-Components-7ba6fecaf1bc00c3e21102d6ba5fb6c6fc5f3398.tar.bz2
EAAF-Components-7ba6fecaf1bc00c3e21102d6ba5fb6c6fc5f3398.zip
some code optimization to reduce memory consumption
Diffstat (limited to 'eaaf_modules/eaaf_module_pvp2_core')
-rw-r--r--eaaf_modules/eaaf_module_pvp2_core/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/eaaf_modules/eaaf_module_pvp2_core/pom.xml b/eaaf_modules/eaaf_module_pvp2_core/pom.xml
index ee20ef56..1ce539ee 100644
--- a/eaaf_modules/eaaf_module_pvp2_core/pom.xml
+++ b/eaaf_modules/eaaf_module_pvp2_core/pom.xml
@@ -56,6 +56,12 @@
<dependency>
<groupId>org.cryptacular</groupId>
<artifactId>cryptacular</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcprov-jdk15on</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>