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

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


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

Steve Ebersole closed HHH-4623.
-------------------------------

    Resolution: Rejected

http://day-to-day-stuff.blogspot.com/2007/10/announcement-version-99-does-not-exist.html

You'll need to add the referenced maven repository to your local set up.  

The easiest way is to add the following to your ~/.m2/settings.xml:
{code:xml} 
    ...
    <repositories>
        <repository>
            <id>no-commons-logging</id>
            <name>Version 99 Does Not Exist Maven repository</name>
            <layout>default</layout>
            <url>http://no-commons-logging.zapto.org/mvn2</url>
        </repository>
    </repositories>
    ...
{code} 

> 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