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

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


The following commit(s) were added to refs/heads/master by this push:
     new b0dbbf1  [OPENMEETINGS-1928] logger conflict should be resolved
b0dbbf1 is described below

commit b0dbbf1a8f26eadf07166830b4691f01e9711139
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Tue Oct 2 19:27:21 2018 +0700

    [OPENMEETINGS-1928] logger conflict should be resolved
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index a726086..2dbbeab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -855,6 +855,10 @@
                                                <groupId>org.ow2.asm</groupId>
                                                <artifactId>asm</artifactId>
                                        </exclusion>
+                                       <exclusion>
+                                               <groupId>org.slf4j</groupId>
+                                               
<artifactId>slf4j-log4j12</artifactId>
+                                       </exclusion>
                                </exclusions>
                        </dependency>
                </dependencies>

Reply via email to