You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by so...@apache.org on 2015/10/26 23:22:12 UTC

falcon git commit: FALCON-1556 Falcon build fails when building with hivedr profile. Contributed by Sowmya Ramesh

Repository: falcon
Updated Branches:
  refs/heads/master 8befa89f8 -> 35006fe32


FALCON-1556 Falcon build fails when building with hivedr profile. Contributed by Sowmya Ramesh


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

Branch: refs/heads/master
Commit: 35006fe32daf28d0583e51595a41e9d5e372469f
Parents: 8befa89
Author: Sowmya Ramesh <sr...@hortonworks.com>
Authored: Mon Oct 26 15:22:06 2015 -0700
Committer: Sowmya Ramesh <sr...@hortonworks.com>
Committed: Mon Oct 26 15:22:06 2015 -0700

----------------------------------------------------------------------
 CHANGES.txt           |  2 ++
 addons/hivedr/pom.xml | 18 ------------------
 2 files changed, 2 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/falcon/blob/35006fe3/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a805aad..b1f30cf 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -91,6 +91,8 @@ Branch : 0.8 (Proposed Release version: 0.8)
     FALCON-1403 Revisit IT cleanup and teardown(Narayan Periwal via Pallavi Rao)
 
   BUG FIXES
+    FALCON-1556 Falcon build fails when building with hivedr profile(Sowmya Ramesh)
+
     FALCON-1558 Sla API shows pending instance although _SUCCESS directory is present(Pragya Mittal via Ajay Yadava).
 
     FALCON-1555 succeeded-post-processing action fails in Oozie uber mode (Pragya Mittal via Pallavi Rao)

http://git-wip-us.apache.org/repos/asf/falcon/blob/35006fe3/addons/hivedr/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hivedr/pom.xml b/addons/hivedr/pom.xml
index 8905513..c887166 100644
--- a/addons/hivedr/pom.xml
+++ b/addons/hivedr/pom.xml
@@ -90,24 +90,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.activemq</groupId>
-            <artifactId>activemq-all</artifactId>
-            <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring-context</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.activemq</groupId>
-            <artifactId>kahadb</artifactId>
-            <version>${activemq.version}</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.falcon</groupId>
             <artifactId>falcon-test-util</artifactId>
             <scope>test</scope>