You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by qi...@apache.org on 2016/04/25 05:35:26 UTC

[2/2] incubator-eagle git commit: Fix java.lang.ClassNotFoundException: org.slf4j.impl.Log4jLoggerAdapter

Fix java.lang.ClassNotFoundException: org.slf4j.impl.Log4jLoggerAdapter


Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/99b25759
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/99b25759
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/99b25759

Branch: refs/heads/master
Commit: 99b25759c0f742bea27a60773808bf5b8ceffc3d
Parents: 5d82c61
Author: Zhao, Qingwen <qi...@ebay.com>
Authored: Fri Apr 22 17:48:37 2016 +0800
Committer: Zhao, Qingwen <qi...@ebay.com>
Committed: Fri Apr 22 17:48:37 2016 +0800

----------------------------------------------------------------------
 eagle-assembly/src/assembly/eagle-bin.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/99b25759/eagle-assembly/src/assembly/eagle-bin.xml
----------------------------------------------------------------------
diff --git a/eagle-assembly/src/assembly/eagle-bin.xml b/eagle-assembly/src/assembly/eagle-bin.xml
index 141a6a7..336dcef 100644
--- a/eagle-assembly/src/assembly/eagle-bin.xml
+++ b/eagle-assembly/src/assembly/eagle-bin.xml
@@ -216,8 +216,10 @@
                 <include>slf4j-*.jar</include>
                 <include>log4j-*.jar</include>
                 <include>commons-math3-*.jar</include>
-                <include>slf4j-log4j12-*.jar</include>
             </includes>
+            <excludes>
+                <exclude>slf4j-log4j12-*.jar</exclude>
+            </excludes>
         </fileSet>
         <fileSet>
             <directory>${project.basedir}/target/lib</directory>