Errror in building myfaces with maven, wrong dependency
-------------------------------------------------------

         Key: MYFACES-1273
         URL: http://issues.apache.org/jira/browse/MYFACES-1273
     Project: MyFaces Core
        Type: Bug

  Components: build process  
    Versions: 1.1.2-SNAPSHOT    
    Reporter: Juergen Melzer
     Fix For: 1.1.2-SNAPSHOT


In file: "current\tomahawk\core\pom.xml" is a wrong dependency:

<dependency>
      <groupId>struts</groupId>
      <artifactId>struts</artifactId>
      <version>1.2.8</version>
      <scope>compile</scope>
--------------> wrong ---->
      <optional>true</optional>
    </dependency>

<dependency>
      <groupId>struts</groupId>
      <artifactId>struts</artifactId>
      <version>1.2.8</version>
      <scope>compile</scope>
--------------> correct ---->
      <optional>false</optional>
    </dependency>

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

Reply via email to