Author: tucu
Date: Fri Sep 28 23:45:32 2012
New Revision: 1391697

URL: http://svn.apache.org/viewvc?rev=1391697&view=rev
Log:
OOZIE-1004 Oozie client needs to bundle slf4j JARs (tucu)

Modified:
    oozie/trunk/client/pom.xml
    oozie/trunk/pom.xml
    oozie/trunk/release-log.txt

Modified: oozie/trunk/client/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/trunk/client/pom.xml?rev=1391697&r1=1391696&r2=1391697&view=diff
==============================================================================
--- oozie/trunk/client/pom.xml (original)
+++ oozie/trunk/client/pom.xml Fri Sep 28 23:45:32 2012
@@ -54,12 +54,20 @@
             <scope>compile</scope>
             <exclusions>
                 <exclusion>
+                    <groupId>log4j</groupId>
+                    <artifactId>log4j</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-api</artifactId>
+                    <artifactId>slf4j-log4j12</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>
         <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+        </dependency>
+        <dependency>
             <groupId>xerces</groupId>
             <artifactId>xercesImpl</artifactId>
             <scope>compile</scope>

Modified: oozie/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/trunk/pom.xml?rev=1391697&r1=1391696&r2=1391697&view=diff
==============================================================================
--- oozie/trunk/pom.xml (original)
+++ oozie/trunk/pom.xml Fri Sep 28 23:45:32 2012
@@ -257,6 +257,12 @@
                 <version>1.0</version>
             </dependency>
 
+          <dependency>
+              <groupId>org.slf4j</groupId>
+              <artifactId>slf4j-simple</artifactId>
+              <version>1.5.8</version>
+          </dependency>
+
             <!-- core -->
             <dependency>
                 <groupId>org.apache.oozie</groupId>

Modified: oozie/trunk/release-log.txt
URL: 
http://svn.apache.org/viewvc/oozie/trunk/release-log.txt?rev=1391697&r1=1391696&r2=1391697&view=diff
==============================================================================
--- oozie/trunk/release-log.txt (original)
+++ oozie/trunk/release-log.txt Fri Sep 28 23:45:32 2012
@@ -1,5 +1,6 @@
 -- Oozie 3.4.0 release (trunk - unreleased)
 
+OOZIE-1004 Oozie client needs to bundle slf4j JARs (tucu)
 OOZIE-1000 Remove Yahoo branding from docs, tests, etc (rkanter via virag)
 OOZIE-999 XLogStreamer requires log4j.appender.oozie.layout.ConversionPattern 
to contain a "-" (dash) or streaming logs to web UI and CLI don't work (rkanter 
via virag)
 OOZIE-994 ActionCheckXCommand does not handle failures properly (rkanter via 
virag)


Reply via email to