Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55411 - Unnecessary dependency in dev-java/hibernate
Summary: Unnecessary dependency in dev-java/hibernate
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-28 03:46 UTC by Andreas Sahlbach
Modified: 2004-07-03 16:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sahlbach 2004-06-28 03:46:58 UTC
The ebuild to dev-java/hibernate lists dependencies to commons-dbcp and commons-pool. These dependencies do not exists in reality. The ebuild works perfectly without these packages and hibernate itself comes with c3p0.jar, which is a replacement for commons-dbcp / commons-pool. 

Reproducible: Always
Steps to Reproduce:
1.Just emerge.
2.
3.

Actual Results:  
Portage wanted to install commons-dbcp and commons-pool (which I don't like,
because they are buggy and IMHO bad designed)

Expected Results:  
Install hibernate without these dependencies.

Remove the two unnecessary dependencies.
Comment 1 Chris Aniszczyk (RETIRED) gentoo-dev 2004-07-03 16:00:22 UTC
Thanks, fixed in portage ;)