Author: rkanter
Date: Wed Dec 4 18:01:05 2013
New Revision: 1547861
URL: http://svn.apache.org/r1547861
Log:
OOZIE-1631 Tools module should have a direct dependency on mockito (rkanter)
Modified:
oozie/trunk/release-log.txt
oozie/trunk/tools/pom.xml
Modified: oozie/trunk/release-log.txt
URL:
http://svn.apache.org/viewvc/oozie/trunk/release-log.txt?rev=1547861&r1=1547860&r2=1547861&view=diff
==============================================================================
--- oozie/trunk/release-log.txt (original)
+++ oozie/trunk/release-log.txt Wed Dec 4 18:01:05 2013
@@ -1,5 +1,6 @@
-- Oozie 4.1.0 release (trunk - unreleased)
+OOZIE-1631 Tools module should have a direct dependency on mockito (rkanter)
OOZIE-1491 Make sure HA works with a secure ZooKeeper (rkanter)
OOZIE-1615 shell action cannot find script file and fails in uber mode (ryota)
OOZIE-1605 Add common custom filter applied to Wf/Coord/Bundle jobs on oozie
UI (ryota)
Modified: oozie/trunk/tools/pom.xml
URL:
http://svn.apache.org/viewvc/oozie/trunk/tools/pom.xml?rev=1547861&r1=1547860&r2=1547861&view=diff
==============================================================================
--- oozie/trunk/tools/pom.xml (original)
+++ oozie/trunk/tools/pom.xml Wed Dec 4 18:01:05 2013
@@ -64,6 +64,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-client</artifactId>
</dependency>