You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Matt Raible (JIRA)" <ji...@codehaus.org> on 2005/10/15 05:11:11 UTC

[jira] Created: (MEV-118) Display Tag's POM requires tools.jar and others that aren't required to use the library

Display Tag's POM requires tools.jar and others that aren't required to use the library
---------------------------------------------------------------------------------------

         Key: MEV-118
         URL: http://jira.codehaus.org/browse/MEV-118
     Project: Maven Evangelism
        Type: Bug
  Components: Invalid POM  
 Reporter: Matt Raible


IMO, it shouldn't be necessary to exclude all the web frameworks from displaytag:

        <dependency artifactId="displaytag" groupId="displaytag" version="1.0" scope="runtime">
            <exclusion artifactId="struts" groupId="struts"/>
            <exclusion artifactId="tools" groupId="jdk"/>
            <exclusion artifactId="webwork" groupId="opensymphony"/>
            <exclusion artifactId="xwork" groupId="opensymphony"/>
        </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MEV-118) Display Tag's POM requires tools.jar and others that aren't required to use the library

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-118?page=all ]
     
Carlos Sanchez closed MEV-118:
------------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

Added optional tags

> Display Tag's POM requires tools.jar and others that aren't required to use the library
> ---------------------------------------------------------------------------------------
>
>          Key: MEV-118
>          URL: http://jira.codehaus.org/browse/MEV-118
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Carlos Sanchez

>
>
> IMO, it shouldn't be necessary to exclude all the web frameworks from displaytag:
>         <dependency artifactId="displaytag" groupId="displaytag" version="1.0" scope="runtime">
>             <exclusion artifactId="struts" groupId="struts"/>
>             <exclusion artifactId="tools" groupId="jdk"/>
>             <exclusion artifactId="webwork" groupId="opensymphony"/>
>             <exclusion artifactId="xwork" groupId="opensymphony"/>
>         </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org