[ http://issues.apache.org/struts/browse/SHALE-92?page=all ]

Craig McClanahan moved STR-2328 to SHALE-92:
--------------------------------------------

      Project: Shale  (was: Struts Action 1)
          Key: SHALE-92  (was: STR-2328)
    Component:     (was: Shale)
      Version:     (was: Nightly Build)
    Assign To:     (was: Struts Developer Mailing List)

> [Shale] project xml dependencies
> --------------------------------
>
>          Key: SHALE-92
>          URL: http://issues.apache.org/struts/browse/SHALE-92
>      Project: Shale
>         Type: Bug

>  Environment: Operating System: Windows XP
> Platform: PC
>     Reporter: Hal Deadman
>  Attachments: maven.txt
>
> Shale is missing some maven library dependencies, changed servlet api 
> dependency to match version in maven repo on ibiblio. Adds jsp-api and 
> commons-
> chain.
> Index: C:/eclipse31m4/eclipse/workspace/struts-shale/project.xml
> ===================================================================
> --- C:/eclipse31m4/eclipse/workspace/struts-shale/project.xml (revision 
> 124904)
> +++ C:/eclipse31m4/eclipse/workspace/struts-shale/project.xml (working copy)
> @@ -136,12 +136,22 @@
>     <dependency>
>          <groupId>tomcat</groupId>
>           <artifactId>servlet-api</artifactId>
> -         <version>5.0.28</version>
> +         <version>5.0.18</version>
>           <url>http://jakarta.apache.org/tomcat/</url>
>            <properties>
>           <war.bundle>false</war.bundle>
>          </properties>
>     </dependency>
> +
> +   <dependency>
> +        <groupId>tomcat</groupId>
> +         <artifactId>jsp-api</artifactId>
> +         <version>5.0.18</version>
> +         <url>http://jakarta.apache.org/tomcat/</url>
> +          <properties>
> +         <war.bundle>false</war.bundle>
> +        </properties>
> +   </dependency>
>      
>      <!--
>      <dependency>
> @@ -175,8 +185,12 @@
>        <version>1.1</version>
>        <url>http://java.sun.com/j2ee/javaserverfaces/download.html</url> 
>      </dependency>    
> -    
>      <dependency>
> +      <groupId>commons-chain</groupId>
> +      <artifactId>commons-chain</artifactId>
> +      <version>1.0</version>
> +    </dependency>
> +    <dependency>
>        <groupId>commons-logging</groupId>
>        <artifactId>commons-logging</artifactId>
>        <version>1.0.4</version>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to