This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git
The following commit(s) were added to refs/heads/master by this push:
new 4adfc98 Applied patch for DIRSERVER-2247
new 09a0168 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-server
4adfc98 is described below
commit 4adfc986834ed91332d0adf902875ec76de5b252
Author: Emmanuel Lécharny <elecharny@symas.com>
AuthorDate: Mon Oct 15 16:35:15 2018 +0200
Applied patch for DIRSERVER-2247
---
all/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/all/pom.xml b/all/pom.xml
index eedd529..480655b 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -165,8 +165,8 @@
<filter>
<artifact>org.bouncycastle:bcprov-jdk15on</artifact>
<excludes>
- <exclude>META-INF/BCKEY.SF</exclude>
- <exclude>META-INF/BCKEY.DSA</exclude>
+ <exclude>META-INF/BCK*.SF</exclude>
+ <exclude>META-INF/BCK*.DSA</exclude>
</excludes>
</filter>
</filters>
|