Op 25-10-11 21:30, arrehman schreef:
Anywhere these dependencies are documented clearly?
The maven
repository's (usable by maven, buildr, ivy and gradle) are the
single point of truth for the dependency list.
The dependencies differ from artifact to artifact. For examples
drools-core only needs a few dependencies and drools-compiler needs a
few more.
Here's the dependencies for drools-compiler:
https://repository.jboss.org/nexus/index.html#nexus-search;gav~org.drools...
Click tab "Maven dependency" and button "Resolve" too see them.
The artifacts are mirrored on maven central:
http://search.maven.org/#artifactdetails|org.drools|drools-compiler|5.3.0...
It's not easily human readable because versions are defined and
interpolated between parent-poms, import-poms and transitive dependencies.
Tools like maven, buildr, ivy and gradle can parse and interpolate this
for you.
--
With kind regards,
Geoffrey De Smet