Author: echatellier Date: 2009-11-05 18:53:19 +0100 (Thu, 05 Nov 2009) New Revision: 1661 Modified: trunk/pom.xml trunk/topia-persistence/pom.xml Log: Bad idea slf4j still needed Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-05 17:50:56 UTC (rev 1660) +++ trunk/pom.xml 2009-11-05 17:53:19 UTC (rev 1661) @@ -133,13 +133,13 @@ <scope>runtime</scope> </dependency> - <!-- hibernate-core only include api, need core + <!-- hibernate-core only include api, need core --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.5.8</version> <scope>runtime</scope> - </dependency>--> + </dependency> <!-- BD H2 for testing --> <dependency> Modified: trunk/topia-persistence/pom.xml =================================================================== --- trunk/topia-persistence/pom.xml 2009-11-05 17:50:56 UTC (rev 1660) +++ trunk/topia-persistence/pom.xml 2009-11-05 17:53:19 UTC (rev 1661) @@ -47,10 +47,10 @@ <artifactId>javassist</artifactId> </dependency> - <!-- <dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> - </dependency> --> + </dependency> <!-- BD H2 for testing --> <dependency>