You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hivemind.apache.org by "Leonardo Quijano Vincenzi (JIRA)" <hi...@jakarta.apache.org> on 2006/03/21 17:50:12 UTC

[jira] Commented: (HIVEMIND-173) "Provided" pom.xml dependencies are not being configured to download anywhere

    [ http://issues.apache.org/jira/browse/HIVEMIND-173?page=comments#action_12371255 ] 

Leonardo Quijano Vincenzi commented on HIVEMIND-173:
----------------------------------------------------

In framework/pom.xml we have this:

        <!-- Because the core framework includes some JUnit base classes that
             use easymock (and easymockclassextension), those dependencies
             are marked as "provided". Normally, that means "provided by the container",
             meaning a runtime dependency provided by a servlet container or
             application server, but we're retrocanonicalizing :-) that to
             mean "provided by the using project, if needed" -->
        <dependency>
            <groupId>easymock</groupId>
            <artifactId>easymock</artifactId>
            <version>1.1</version>
            <scope>provided</scope>
        </dependency>

And several other "provided" dependencies. There doesn't seem to be any place where this dependencies are downloaded by Maven. This breaks the classpath of the project when using it with a blank Maven repository.


> "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: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org