Repository: falcon
Updated Branches:
  refs/heads/0.8 245ebeaff -> 6df02522b


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/6df02522
Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/6df02522
Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/6df02522

Branch: refs/heads/0.8
Commit: 6df02522bf89a5ce1275bb8bbb07a820e49a4199
Parents: 245ebea
Author: Sowmya Ramesh <[email protected]>
Authored: Mon Oct 26 15:24:33 2015 -0700
Committer: Sowmya Ramesh <[email protected]>
Committed: Mon Oct 26 15:24:33 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/falcon/blob/6df02522/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 473d50f..ee2c818 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,10 +1,10 @@
 Apache Falcon Change log
 Release version: 0.8
-  FALCON-1457 Update changes.txt for 0.8 branch(Sowmya Ramesh)
+    FALCON-1457 Update changes.txt for 0.8 branch(Sowmya Ramesh)
 
-  FALCON-1453 Upgrade falcon POM for 0.8 release(Sowmya Ramesh)
+    FALCON-1453 Upgrade falcon POM for 0.8 release(Sowmya Ramesh)
 
-  FALCON-1349 Upgrade falcon POM for 0.7 release(Ajay Yadava)
+    FALCON-1349 Upgrade falcon POM for 0.7 release(Ajay Yadava)
 
   INCOMPATIBLE CHANGES
     FALCON-1401 MetadataMappingService fails to add an edge for a process 
instance(Pallavi Rao) 
@@ -75,6 +75,8 @@ 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/6df02522/addons/hivedr/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hivedr/pom.xml b/addons/hivedr/pom.xml
index f0a8315..7b3aaac 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>

Reply via email to