Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
ManifoldCF 0.4
-
all supported platforms
Description
Maven's pom.xmls refers to jars that aren't available in public repositories, as maven central, apache repository, etc. This includes:
- com.bitmechanic:jdbcpool
- org.hsqldb:hsqldb:jar:2.2.5.6-9-2011 (at maven central only version 2.2.4 is available right now)
I think, that ManifoldCF should adopt the same approach as other Apache projects, like Tika, when all needed jars first promoted to public repositories, and only after that, they are used as dependency...