Author: tucu
Date: Fri Dec 9 22:03:12 2011
New Revision: 1212660
URL: http://svn.apache.org/viewvc?rev=1212660&view=rev
Log:
OOZIE-625 Oozie server not starting due to missing sl4j library for
Authenticationfilter. (tucu)
Modified:
incubator/oozie/trunk/core/pom.xml
incubator/oozie/trunk/release-log.txt
incubator/oozie/trunk/webapp/pom.xml
Modified: incubator/oozie/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/core/pom.xml?rev=1212660&r1=1212659&r2=1212660&view=diff
==============================================================================
--- incubator/oozie/trunk/core/pom.xml (original)
+++ incubator/oozie/trunk/core/pom.xml Fri Dec 9 22:03:12 2011
@@ -180,6 +180,12 @@
<dependency>
<groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>compile</scope>
</dependency>
Modified: incubator/oozie/trunk/release-log.txt
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1212660&r1=1212659&r2=1212660&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Fri Dec 9 22:03:12 2011
@@ -1,5 +1,6 @@
-- Oozie 3.2.0 release
+OOZIE-625 Oozie server not starting due to missing sl4j library for
Authenticationfilter. (tucu)
OOZIE-617 Add back Ssh action as extension. (tucu)
OOZIE-578 Support shell action in Oozie WF (Mohammad)
OOZIE-620 POMs clean/tune up before 3.2 release. (tucu)
Modified: incubator/oozie/trunk/webapp/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/webapp/pom.xml?rev=1212660&r1=1212659&r2=1212660&view=diff
==============================================================================
--- incubator/oozie/trunk/webapp/pom.xml (original)
+++ incubator/oozie/trunk/webapp/pom.xml Fri Dec 9 22:03:12 2011
@@ -221,14 +221,6 @@
<artifactId>jsp-api</artifactId>
</exclusion>
<exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</exclusion>