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/11/16 21:46:06 UTC

[jira] Created: (MEV-211) DisplayTag has invalid POM - should reference javax.servlet instead of jstl

DisplayTag has invalid POM - should reference javax.servlet instead of jstl
---------------------------------------------------------------------------

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


    <dependency>
      <groupId>jstl</groupId>
      <artifactId>jstl</artifactId>
      <version>1.0.2</version>
    </dependency>

Should be:

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>jstl</artifactId>
      <version>1.0.2</version>
    </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-211) DisplayTag has invalid POM - should reference javax.servlet instead of jstl

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

     Assign To: Carlos Sanchez
    Resolution: Duplicate

Dupe of MEV-210

> DisplayTag has invalid POM - should reference javax.servlet instead of jstl
> ---------------------------------------------------------------------------
>
>          Key: MEV-211
>          URL: http://jira.codehaus.org/browse/MEV-211
>      Project: Maven Evangelism
>         Type: Improvement
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Carlos Sanchez

>
>
>     <dependency>
>       <groupId>jstl</groupId>
>       <artifactId>jstl</artifactId>
>       <version>1.0.2</version>
>     </dependency>
> Should be:
>     <dependency>
>       <groupId>javax.servlet</groupId>
>       <artifactId>jstl</artifactId>
>       <version>1.0.2</version>
>     </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