You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2017/05/31 00:04:03 UTC

[1/3] storm git commit: STORM-2536 excludes jersey 1.x from storm-autocreds

Repository: storm
Updated Branches:
  refs/heads/master 416f3f7b3 -> 820195b4f


STORM-2536 excludes jersey 1.x from storm-autocreds


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/699fc5a6
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/699fc5a6
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/699fc5a6

Branch: refs/heads/master
Commit: 699fc5a6c59945b6375670c8a7e47da0232f1ba2
Parents: 465c9c6
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Mon May 29 23:12:25 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon May 29 23:12:25 2017 +0900

----------------------------------------------------------------------
 external/storm-autocreds/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/699fc5a6/external/storm-autocreds/pom.xml
----------------------------------------------------------------------
diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml
index 3734abe..40dd97d 100644
--- a/external/storm-autocreds/pom.xml
+++ b/external/storm-autocreds/pom.xml
@@ -61,6 +61,14 @@
                     <groupId>com.fasterxml.jackson.core</groupId>
                     <artifactId>jackson-core</artifactId>
                 </exclusion>
+                <exclusion>
+                    <artifactId>jersey-core</artifactId>
+                    <groupId>com.sun.jersey</groupId>
+                </exclusion>
+                <exclusion>
+                    <artifactId>jersey-client</artifactId>
+                    <groupId>com.sun.jersey</groupId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>


[3/3] storm git commit: STORM-2536: CHANGELOG

Posted by ka...@apache.org.
STORM-2536: CHANGELOG


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/820195b4
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/820195b4
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/820195b4

Branch: refs/heads/master
Commit: 820195b4fa4f6316438b33ec3e464996cc164935
Parents: ca2e124
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed May 31 09:03:53 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed May 31 09:03:53 2017 +0900

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/820195b4/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b67d21d..c797c8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -259,6 +259,7 @@
  * STORM-1769: Added a test to check local nimbus with notifier plugin
 
 ## 1.1.1
+ * STORM-2536: excludes jersey 1.x from storm-autocreds 
  * STORM-2528: Bump log4j version to 2.8.2
  * STORM-2413: Make new Kafka spout respect tuple retry limits
  * STORM-2518: Handles empty name for "USER type" ACL when normalizing ACLs


[2/3] storm git commit: Merge branch 'STORM-2536' of https://github.com/HeartSaVioR/storm into STORM-2536-merge

Posted by ka...@apache.org.
Merge branch 'STORM-2536' of https://github.com/HeartSaVioR/storm into STORM-2536-merge


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

Branch: refs/heads/master
Commit: ca2e124ca19f6ec6c1b384b159babadd06173956
Parents: 416f3f7 699fc5a
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed May 31 09:00:59 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed May 31 09:00:59 2017 +0900

----------------------------------------------------------------------
 external/storm-autocreds/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------