You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by do...@apache.org on 2016/02/09 03:18:40 UTC

[1/3] storm git commit: Added scope to dependencies in storm-elasticsearch pom.xml

Repository: storm
Updated Branches:
  refs/heads/1.x-branch c96c4eef5 -> 0164e522e


Added scope to dependencies in storm-elasticsearch pom.xml


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

Branch: refs/heads/1.x-branch
Commit: fa2cdff139fe9ca9403a94687403ab9c2f98aa4c
Parents: 1582c22
Author: Shoeb Mohammed <Sh...@Target.com>
Authored: Mon Feb 8 16:24:20 2016 -0600
Committer: Shoeb Mohammed <Sh...@Target.com>
Committed: Mon Feb 8 16:24:20 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/fa2cdff1/external/storm-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/external/storm-elasticsearch/pom.xml b/external/storm-elasticsearch/pom.xml
index 91583ce..efd36ff 100644
--- a/external/storm-elasticsearch/pom.xml
+++ b/external/storm-elasticsearch/pom.xml
@@ -61,6 +61,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.hamcrest</groupId>
@@ -77,6 +78,7 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-all</artifactId>
+            <scope>test</scope>
         </dependency>
     </dependencies>
 


[3/3] storm git commit: Add STORM-1531 to CHANGELOG.md

Posted by do...@apache.org.
Add STORM-1531 to CHANGELOG.md


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

Branch: refs/heads/1.x-branch
Commit: 0164e522ed59f41798eb2b75aef0bde41b17b927
Parents: 7d3c8b9
Author: Aaron Dossett <aa...@target.com>
Authored: Mon Feb 8 20:18:06 2016 -0600
Committer: Aaron Dossett <aa...@target.com>
Committed: Mon Feb 8 20:18:06 2016 -0600

----------------------------------------------------------------------
 CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/0164e522/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f0c7f9..def5816 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
 ## 1.0.0
- * STORM-1526 Improve Storm core performance
+ * STORM-1531: Junit and mockito dependencies need to have correct scope defined in storm-elasticsearch pom.xml
+ * STORM-1526: Improve Storm core performance
  * STORM-1524: Add Pluggable daemon metrics Reporters
  * STORM-1517: Add peek api in trident stream
  * STORM-1455: kafka spout should not reset to the beginning of partition when offsetoutofrange exception occurs


[2/3] storm git commit: Merge branch '1.x-branch' of https://github.com/shoebamer/storm into STORM-1531_1x

Posted by do...@apache.org.
Merge branch '1.x-branch' of https://github.com/shoebamer/storm into STORM-1531_1x


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

Branch: refs/heads/1.x-branch
Commit: 7d3c8b9da2e6504841eb112505114c95c85f8ed6
Parents: c96c4ee fa2cdff
Author: Aaron Dossett <aa...@target.com>
Authored: Mon Feb 8 20:16:37 2016 -0600
Committer: Aaron Dossett <aa...@target.com>
Committed: Mon Feb 8 20:16:37 2016 -0600

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