[hibernate-issues] [Hibernate-JIRA] Resolved: (ANN-754) hibernate annotation 3.4.0.CR1's pom.xml misses the slf4j dependency

Emmanuel Bernard (JIRA) noreply at atlassian.com
Wed Jul 23 07:38:13 EDT 2008


     [ http://opensource.atlassian.com/projects/hibernate/browse/ANN-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard resolved ANN-754.
----------------------------------

    Resolution: Rejected

No this jar is not a dependency, it depends whether or not you want to use log4j. http://www.slf4j.org/manual.html

> 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: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list