The following settings in pom.xml can get the application to work. However,
I am not sure if it is the right way to do within appfuse's environment.

    <dependencies>
        ......
        <dependency>
                <groupId>jasperreports</groupId>
                <artifactId>jasperreports</artifactId>
                <version>1.3.1</version>
        </dependency>
        <dependency>
                        <groupId>commons-collections</groupId>
                        <artifactId>commons-collections</artifactId>
                        <version>3.2</version>
        </dependency>
    </dependencies>



wnqq wrote:
> 
> environment: appfuse v2m4 + struts basic archetype
> 
> My appfuse application originally worked properly until I added the
> following dependency to pom.xml:
> 
>     <dependencies>
>         ......
>         <dependency>
>               <groupId>jasperreports</groupId>
>               <artifactId>jasperreports</artifactId>
>               <version>1.3.1</version>
>         </dependency>
>     </dependencies>
> 

-- 
View this message in context: 
http://www.nabble.com/struts-menu-dependency-conflict-of-commons-collections-tf3472250s2369.html#a9689988
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to