You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2014/10/04 18:47:40 UTC

[1/3] git commit: remove provided dependencies when shading

Repository: storm
Updated Branches:
  refs/heads/master 5aaea8460 -> 1babd8313


remove provided dependencies when shading


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

Branch: refs/heads/master
Commit: 3265508bde30144a18c33b748c37f84d5e31bb9c
Parents: a56ccc7
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Tue Sep 30 09:17:49 2014 -0700
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Tue Sep 30 09:17:49 2014 -0700

----------------------------------------------------------------------
 storm-core/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/3265508b/storm-core/pom.xml
----------------------------------------------------------------------
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index 4c72498..728323d 100644
--- a/storm-core/pom.xml
+++ b/storm-core/pom.xml
@@ -278,8 +278,8 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
-                    <promoteTransitiveDependencies>false</promoteTransitiveDependencies>
+                    <keepDependenciesWithProvidedScope>false</keepDependenciesWithProvidedScope>
+                    <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                     <createDependencyReducedPom>true</createDependencyReducedPom>
                     <minimizeJar>false</minimizeJar>
                     <artifactSet>


[2/3] git commit: Merge branch 'shade-remove-provided' of https://github.com/ptgoetz/incubator-storm into STORM-499 STORM-499: Document and clean up shaded dependncy resolution with maven

Posted by sr...@apache.org.
Merge branch 'shade-remove-provided' of https://github.com/ptgoetz/incubator-storm into STORM-499
STORM-499: Document and clean up shaded dependncy resolution with maven


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

Branch: refs/heads/master
Commit: be66015dfbfad20451b66db35efb16fef50878c9
Parents: 5aaea84 3265508
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Sat Oct 4 09:33:20 2014 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Sat Oct 4 09:33:20 2014 -0700

----------------------------------------------------------------------
 storm-core/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/be66015d/storm-core/pom.xml
----------------------------------------------------------------------


[3/3] git commit: Added STORM-499 to changelog

Posted by sr...@apache.org.
Added STORM-499 to changelog


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

Branch: refs/heads/master
Commit: 1babd831334d2654b50da7fc73c61d91905f768d
Parents: be66015
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Sat Oct 4 09:45:26 2014 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Sat Oct 4 09:45:26 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/storm/blob/1babd831/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b28492..c2a9a70 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.3-incubating
+ * STORM-499: Document and clean up shaded dependncy resolution with maven
  * STORM-210: Add storm-hbase module
  * STORM-507: Topology visualization should not block ui
  * STORM-504: Class used by `repl` command is deprecated.