Author: virag
Date: Mon May 13 18:42:59 2013
New Revision: 1482021

URL: http://svn.apache.org/r1482021
Log:
OOZIE-1370 oozie create db script throws classNotFound exception (bowenzhangusa 
via virag)

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=1482021&r1=1482020&r2=1482021&view=diff
==============================================================================
--- oozie/trunk/release-log.txt (original)
+++ oozie/trunk/release-log.txt Mon May 13 18:42:59 2013
@@ -1,5 +1,6 @@
 -- Oozie 4.1.0 release (trunk - unreleased)
 
+OOZIE-1370 oozie create db script throws classNotFound exception 
(bowenzhangusa via virag)
 OOZIE-1183 Update WebServices API documentation (rkanter)
 OOZIE-1368 Error message when using an incorrect oozie url with kerberos is 
misleading (rkanter)
 OOZIE-1352 Write documentation for OOzie Hive CLI (rkanter)

Modified: oozie/trunk/tools/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/trunk/tools/pom.xml?rev=1482021&r1=1482020&r2=1482021&view=diff
==============================================================================
--- oozie/trunk/tools/pom.xml (original)
+++ oozie/trunk/tools/pom.xml Mon May 13 18:42:59 2013
@@ -32,6 +32,11 @@
     <packaging>jar</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derby</artifactId>
+            <scope>compile</scope>
+        </dependency>
          <dependency>
              <groupId>org.apache.oozie</groupId>
              <artifactId>oozie-hcatalog</artifactId>


Reply via email to