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

Sylvain Vieujot (JIRA) noreply at atlassian.com
Sat Jun 21 19:09:19 EDT 2008


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