You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by ha...@apache.org on 2017/02/21 16:37:04 UTC

eagle git commit: [EAGLE-870] adding required packages into storm-jar

Repository: eagle
Updated Branches:
  refs/heads/master 9f4649d1a -> 278fe87b1


[EAGLE-870] adding required packages into storm-jar

without these required packages, it throws class not found exception, more detail is in the ticket.

Author: Jay <jh...@gmail.com>

Closes #811 from jhsenjaliya/EAGLE-870.


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

Branch: refs/heads/master
Commit: 278fe87b175f308b1cb49a3cd8d5f4945a0a711b
Parents: 9f4649d
Author: Jay <jh...@gmail.com>
Authored: Wed Feb 22 00:36:47 2017 +0800
Committer: Hao Chen <ha...@apache.org>
Committed: Wed Feb 22 00:36:47 2017 +0800

----------------------------------------------------------------------
 eagle-topology-assembly/src/assembly/eagle-topology-assembly.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/eagle/blob/278fe87b/eagle-topology-assembly/src/assembly/eagle-topology-assembly.xml
----------------------------------------------------------------------
diff --git a/eagle-topology-assembly/src/assembly/eagle-topology-assembly.xml b/eagle-topology-assembly/src/assembly/eagle-topology-assembly.xml
index 660a740..59475b4 100644
--- a/eagle-topology-assembly/src/assembly/eagle-topology-assembly.xml
+++ b/eagle-topology-assembly/src/assembly/eagle-topology-assembly.xml
@@ -43,8 +43,6 @@
                 <exclude>org.slf4j:slf4j-api</exclude>
                 <exclude>org.slf4j:slf4j-log4j12</exclude>
                 <exclude>io.dropwizard:**</exclude>
-                <exclude>com.sun.jersey:**</exclude>
-                <exclude>com.sun.jersey.contribs:**</exclude>
                 <exclude>org.apache.storm:storm-core</exclude>
             </excludes>
         </dependencySet>