Index: kernel-impl/pom.xml =================================================================== --- kernel-impl/pom.xml (revision 107945) +++ kernel-impl/pom.xml (working copy) @@ -136,6 +136,10 @@ org.slf4j + slf4j-api + + + org.slf4j slf4j-log4j12 @@ -148,7 +152,7 @@ net.sf.ehcache - ehcache + ehcache-core javax.mail Index: kernel-private/pom.xml =================================================================== --- kernel-private/pom.xml (revision 107945) +++ kernel-private/pom.xml (working copy) @@ -37,7 +37,7 @@ net.sf.ehcache - ehcache + ehcache-core org.sakaiproject.kernel Index: pom.xml =================================================================== --- pom.xml (revision 107945) +++ pom.xml (working copy) @@ -516,11 +516,6 @@ - - org.slf4j - slf4j-log4j12 - 1.0 - @@ -647,19 +642,39 @@ 1.6.1 provided - + + net.sf.ehcache + ehcache-core + 1.7.2 + provided + + + org.hibernate + hibernate + 3.2.7.ga + provided + + + net.sf.ehcache ehcache - 1.6.1 - provided - + + + + + + org.slf4j + slf4j-log4j12 + 1.4.2 + provided + + + org.slf4j + slf4j-api + 1.4.2 + provided + - org.hibernate - hibernate - 3.2.7.ga - provided - - hsqldb hsqldb 1.8.0.10 Index: deploy/assembly/pom.xml =================================================================== --- deploy/assembly/pom.xml (revision 107945) +++ deploy/assembly/pom.xml (working copy) @@ -131,15 +131,32 @@ compile - net.sf.ehcache - ehcache - compile + net.sf.ehcache + ehcache-core + compile - org.hibernate - hibernate - compile + org.hibernate + hibernate + compile + + + net.sf.ehcache + ehcache + + + + + org.slf4j + slf4j-log4j12 + compile + + + org.slf4j + slf4j-api + compile + jdbc jdbc2_0-stdext Index: deploy/shared/pom.xml =================================================================== --- deploy/shared/pom.xml (revision 107945) +++ deploy/shared/pom.xml (working copy) @@ -74,14 +74,20 @@ compile - net.sf.ehcache - ehcache - compile + net.sf.ehcache + ehcache-core + compile - org.hibernate - hibernate - compile + org.hibernate + hibernate + compile + + + net.sf.ehcache + ehcache + + jdbc Index: deploy/common/pom.xml =================================================================== --- deploy/common/pom.xml (revision 107945) +++ deploy/common/pom.xml (working copy) @@ -38,5 +38,16 @@ commons-logging compile + + + org.slf4j + slf4j-api + compile + + + org.slf4j + slf4j-log4j12 + compile +