You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Wendy Smoak (JIRA)" <de...@myfaces.apache.org> on 2006/07/06 07:30:30 UTC

[jira] Created: (TOMAHAWK-517) Tomahawk Maven2 oddity: 1.1.3 requires Shale and Struts1.2.8.

Tomahawk Maven2 oddity: 1.1.3 requires Shale and Struts1.2.8.
-------------------------------------------------------------

         Key: TOMAHAWK-517
         URL: http://issues.apache.org/jira/browse/TOMAHAWK-517
     Project: MyFaces Tomahawk
        Type: Improvement

    Versions: 1.1.3    
    Reporter: Wendy Smoak
 Assigned to: Wendy Smoak 
    Priority: Minor
     Fix For: 1.1.4-SNAPSHOT


From: David Friedman <hu...@ix.netcom.com>
To: MyFaces <us...@myfaces.apache.org>
Date: Jun 29, 2006 12:11 PM

I just added Tomahawk 1.1.3 to my Maven2 build with:

<dependency>
       <groupId>org.apache.myfaces.tomahawk</groupId>
       <artifactId>tomahawk</artifactId>
       <version>1.1.3</version>
</dependency>

And it suddenly added Struts-1.2.8 to my .war file.  The tomahawk-1.1.3.pom
file lists Struts like so:

<dependency>
       <groupId>struts</groupId>
       <artifactId>struts</artifactId>
       <version>1.2.8</version>
       <scope>compile</scope>
</dependency>

What kind of dependency is that?  I couldn't find anything in the Wiki about
it as some kind of Tomahawk 1.1.3 upgrade dependencies. 

-- 
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


[jira] Commented: (TOMAHAWK-517) Tomahawk Maven2 oddity: 1.1.3 requires Struts1.2.8

Posted by "Wendy Smoak (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-517?page=comments#action_12419409 ] 

Wendy Smoak commented on TOMAHAWK-517:
--------------------------------------

Fixed on the 1.1.4 branch, needs to be fixed on the trunk as well.

> Tomahawk Maven2 oddity: 1.1.3 requires Struts1.2.8
> --------------------------------------------------
>
>          Key: TOMAHAWK-517
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-517
>      Project: MyFaces Tomahawk
>         Type: Improvement

>     Versions: 1.1.3
>     Reporter: Wendy Smoak
>     Assignee: Wendy Smoak
>     Priority: Minor
>      Fix For: 1.1.4-SNAPSHOT

>
> From: David Friedman <hu...@ix.netcom.com>
> To: MyFaces <us...@myfaces.apache.org>
> Date: Jun 29, 2006 12:11 PM
> I just added Tomahawk 1.1.3 to my Maven2 build with:
> <dependency>
>        <groupId>org.apache.myfaces.tomahawk</groupId>
>        <artifactId>tomahawk</artifactId>
>        <version>1.1.3</version>
> </dependency>
> And it suddenly added Struts-1.2.8 to my .war file.  The tomahawk-1.1.3.pom
> file lists Struts like so:
> <dependency>
>        <groupId>struts</groupId>
>        <artifactId>struts</artifactId>
>        <version>1.2.8</version>
>        <scope>compile</scope>
> </dependency>
> What kind of dependency is that?  I couldn't find anything in the Wiki about
> it as some kind of Tomahawk 1.1.3 upgrade dependencies. 

-- 
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