]
Emmanuel Bernard resolved ANN-754.
----------------------------------
Resolution: Rejected
No this jar is not a dependency, it depends whether or not you want to use log4j.
hibernate annotation 3.4.0.CR1's pom.xml misses the slf4j
dependency
--------------------------------------------------------------------
Key: ANN-754
URL:
http://opensource.atlassian.com/projects/hibernate/browse/ANN-754
Project: Hibernate Annotations
Issue Type: Bug
Affects Versions: 3.4.0.CR1
Reporter: Sylvain Vieujot
The current pom only has the dependency to slf4j-api.
It should have a dependency to the slf4j-log4j12.
Adding
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.5.0</version>
</dependency>
fixes the problem.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: