You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/12/24 04:01:35 UTC

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-1954] packaging is improved

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 83f0228  [OPENMEETINGS-1954] packaging is improved
83f0228 is described below

commit 83f022876b97d64d5b646461936ae336117412c9
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Dec 24 11:01:23 2018 +0700

    [OPENMEETINGS-1954] packaging is improved
---
 openmeetings-core/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/openmeetings-core/pom.xml b/openmeetings-core/pom.xml
index 3a13e02..75f7ba7 100644
--- a/openmeetings-core/pom.xml
+++ b/openmeetings-core/pom.xml
@@ -79,6 +79,12 @@
 			<groupId>org.apache.directory.api</groupId>
 			<artifactId>api-all</artifactId>
 			<version>${api-all.version}</version>
+			<exclusions>
+				<exclusion>
+					<groupId>org.apache.mina</groupId>
+					<artifactId>mina-core</artifactId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 		<dependency>
 			<groupId>com.sun.mail</groupId>