[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-4623) Hibernate maven build fails due to nonexistent commons-logging version

Steve Ebersole (JIRA) noreply at atlassian.com
Wed Feb 17 20:21:47 EST 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35617#action_35617 ] 

Steve Ebersole commented on HHH-4623:
-------------------------------------

BTW, has nothing to do with servlet.jar.  Has to do with excluding unneeded stuff we do not want to suck into our build.  Its only the testsuites that define this dependency and we want all logging routed through slf4j instead.

> Hibernate maven build fails due to nonexistent commons-logging version
> ----------------------------------------------------------------------
>
>                 Key: HHH-4623
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4623
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.5.0-Beta-3
>         Environment: Ubuntu 8.04, Maven 2.0.8
>            Reporter: Chris Wilson
>   Original Estimate: 15 minutes
>  Remaining Estimate: 15 minutes
>
> Hibernate's parent/pom.xml requires version "99.0-does-not-exist" of commons logging, which of course does not exist. I don't find this very helpful.
> Missing:
> ----------
> 1) commons-logging:commons-logging-api:jar:99.0-does-not-exist
>   Try downloading the file manually from the project website.
> If this is something to do with maven's published version of commons-logging pulling in the servlet jar, this was apparently fixed by commons-logging 1.1.1 now available through maven: https://issues.apache.org/jira/browse/LOGGING-113 .
> Please change the required version of commons-logging and commons-logging-api to 1.1.

-- 
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