Author: rkanter
Date: Mon Feb  4 17:57:21 2013
New Revision: 1442214

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

Modified:
    oozie/branches/branch-3.3/client/pom.xml
    oozie/branches/branch-3.3/pom.xml
    oozie/branches/branch-3.3/release-log.txt

Modified: oozie/branches/branch-3.3/client/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-3.3/client/pom.xml?rev=1442214&r1=1442213&r2=1442214&view=diff
==============================================================================
--- oozie/branches/branch-3.3/client/pom.xml (original)
+++ oozie/branches/branch-3.3/client/pom.xml Mon Feb  4 17:57:21 2013
@@ -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/branches/branch-3.3/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-3.3/pom.xml?rev=1442214&r1=1442213&r2=1442214&view=diff
==============================================================================
--- oozie/branches/branch-3.3/pom.xml (original)
+++ oozie/branches/branch-3.3/pom.xml Mon Feb  4 17:57:21 2013
@@ -262,6 +262,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/branches/branch-3.3/release-log.txt
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-3.3/release-log.txt?rev=1442214&r1=1442213&r2=1442214&view=diff
==============================================================================
--- oozie/branches/branch-3.3/release-log.txt (original)
+++ oozie/branches/branch-3.3/release-log.txt Mon Feb  4 17:57:21 2013
@@ -1,5 +1,6 @@
 -- Oozie 3.3.2 (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-998 test-patch doesn't allow lines that are exactly 132 characters 
(rkanter via tucu)


Reply via email to