[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4623?page=c...
]
Steve Ebersole closed HHH-4623.
-------------------------------
Resolution: Rejected
http://day-to-day-stuff.blogspot.com/2007/10/announcement-version-99-does...
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira