You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ce...@apache.org on 2016/02/23 16:10:22 UTC

incubator-metron git commit: METRON-49: Fix maven build failure (vijayk via cestella)

Repository: incubator-metron
Updated Branches:
  refs/heads/master 2c793e099 -> 775a7551a


METRON-49: Fix maven build failure (vijayk via cestella)


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/775a7551
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/775a7551
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/775a7551

Branch: refs/heads/master
Commit: 775a7551a438fda66b885999853a5ce50e97b54c
Parents: 2c793e0
Author: vijayk <vk...@hortonworks.com>
Authored: Tue Feb 23 10:09:54 2016 -0500
Committer: cstella <ce...@gmail.com>
Committed: Tue Feb 23 10:09:54 2016 -0500

----------------------------------------------------------------------
 metron-streaming/Metron-Topologies/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/775a7551/metron-streaming/Metron-Topologies/pom.xml
----------------------------------------------------------------------
diff --git a/metron-streaming/Metron-Topologies/pom.xml b/metron-streaming/Metron-Topologies/pom.xml
index b312f04..c36c325 100644
--- a/metron-streaming/Metron-Topologies/pom.xml
+++ b/metron-streaming/Metron-Topologies/pom.xml
@@ -154,9 +154,9 @@
         <!-- dependency> <groupId>com.github.ptgoetz</groupId> <artifactId>storm-hdfs</artifactId>
             <version>0.1.2</version> </dependency -->
         <dependency>
-            <groupId>com.github.sheetaldolas</groupId>
+            <groupId>org.apache.storm</groupId>
             <artifactId>storm-hdfs</artifactId>
-            <version>0.0.7-SNAPSHOT</version>
+            <version>${global_storm_version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.storm</groupId>