You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by rk...@apache.org on 2013/05/02 19:17:27 UTC

svn commit: r1478454 - in /oozie/branches/branch-4.0: release-log.txt sharelib/sqoop/pom.xml

Author: rkanter
Date: Thu May  2 17:17:26 2013
New Revision: 1478454

URL: http://svn.apache.org/r1478454
Log:
OOZIE-1343 Sqoop sharelib should have hsqldb jar (rkanter)

Modified:
    oozie/branches/branch-4.0/release-log.txt
    oozie/branches/branch-4.0/sharelib/sqoop/pom.xml

Modified: oozie/branches/branch-4.0/release-log.txt
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/release-log.txt?rev=1478454&r1=1478453&r2=1478454&view=diff
==============================================================================
--- oozie/branches/branch-4.0/release-log.txt (original)
+++ oozie/branches/branch-4.0/release-log.txt Thu May  2 17:17:26 2013
@@ -1,5 +1,6 @@
 -- Oozie 4.0.0 (unreleased)
 
+OOZIE-1343 Sqoop sharelib should have hsqldb jar (rkanter)
 OOZIE-1344 We should use Sqoop 1.4.3 instead of 1.5.0-incubating-SNAPSHOT (rkanter)
 OOZIE-1146 FileSystem used by prepare sections should use the configuration of the action (rohini via virag)
 OOZIE-1215 add note of using escape for oozie jobs filters in doc (egashira via rkanter)

Modified: oozie/branches/branch-4.0/sharelib/sqoop/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/sharelib/sqoop/pom.xml?rev=1478454&r1=1478453&r2=1478454&view=diff
==============================================================================
--- oozie/branches/branch-4.0/sharelib/sqoop/pom.xml (original)
+++ oozie/branches/branch-4.0/sharelib/sqoop/pom.xml Thu May  2 17:17:26 2013
@@ -65,15 +65,9 @@
                     <artifactId>commons-logging-api</artifactId>
                 </exclusion>
                 <exclusion>
-                    <groupId>hsqldb</groupId>
-                    <artifactId>hsqldb</artifactId>
-                </exclusion>
-                <exclusion>
                     <groupId>commons-cli</groupId>
                     <artifactId>commons-cli</artifactId>
                 </exclusion>
-
-
                 <exclusion>
                     <groupId>org.apache.thrift</groupId>
                     <artifactId>thrift</artifactId>
@@ -177,6 +171,11 @@
             <artifactId>commons-io</artifactId>
             <scope>compile</scope>
         </dependency>
+        <dependency>
+            <artifactId>hsqldb</artifactId>
+            <groupId>hsqldb</groupId>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
 
     <build>