This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 62a375e  [OPENMEETINGS-1944] mime-checker is fixed
62a375e is described below

commit 62a375edb4c17f9169cad616d5367bafeb2e0435
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Tue Oct 2 17:08:56 2018 +0700

    [OPENMEETINGS-1944] mime-checker is fixed
---
 openmeetings-server/src/main/assembly/components/all.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/openmeetings-server/src/main/assembly/components/all.xml 
b/openmeetings-server/src/main/assembly/components/all.xml
index a7d60b5..09be858 100644
--- a/openmeetings-server/src/main/assembly/components/all.xml
+++ b/openmeetings-server/src/main/assembly/components/all.xml
@@ -35,6 +35,7 @@
                                <exclude>webapps/root/index.html</exclude>
                                <exclude>lib/commons-io*.jar</exclude>
                                <exclude>lib/commons-lang3*</exclude>
+                               <exclude>lib/commons-compress*</exclude>
                                <exclude>lib/spring*.jar</exclude>
                                <exclude>lib/asm*</exclude>
                                <!-- Tika related jars are in lib folder-->
@@ -144,7 +145,7 @@
                                
<exclude>WEB-INF/lib/commons-fileupload*</exclude>
                                <exclude>WEB-INF/lib/commons-io*</exclude>
                                <exclude>WEB-INF/lib/commons-codec*</exclude>
-                               
<exclude>WEB-INF/lib/commons-collections-*</exclude>
+                               
<exclude>WEB-INF/lib/commons-collections*</exclude>
                                <exclude>WEB-INF/lib/commons-lang3*</exclude>
                                <exclude>WEB-INF/lib/commons-compress*</exclude>
                                <exclude>WEB-INF/lib/httpclient*</exclude>
@@ -235,6 +236,8 @@
                                <include>commons-fileupload*</include>
                                <include>commons-io*</include>
                                <include>commons-lang3*</include>
+                               <include>commons-collections*</include>
+                               <include>commons-compress*</include>
                                <!-- Tika related jars are in lib folder -->
                                <include>apache-mime4j*</include>
                                <include>bcprov-*</include>

Reply via email to