[ http://issues.apache.org/jira/browse/HIVEMIND-173?page=comments#action_12416303 ]
Paul Russell commented on HIVEMIND-173: --------------------------------------- I suspect this dependency should be marked as 'optional' with the default scope, rather than as 'provided'. The provided scope is for dependencies such as the J2EE apis which are provided by the runtime environment, which isn't really the case here. Optional dependencies are exactly what they say on the tin: They don't exhibit tranisivity, but are included in a compile. Anyone who /wishes/ to use the optional dependency simple includes it in their own POM. More information available on the Maven site: http://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html Paul > "Provided" pom.xml dependencies are not being configured to download anywhere > ----------------------------------------------------------------------------- > > Key: HIVEMIND-173 > URL: http://issues.apache.org/jira/browse/HIVEMIND-173 > Project: HiveMind > Type: Bug > Components: framework > Versions: 1.2 > Environment: trunk of 2006-03-21 > Reporter: Leonardo Quijano Vincenzi > > In framework/pom.xml we have this: -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
