Yes adding:
        <dependency>
            <groupId>commons-beanutils</groupId>
            <artifactId>commons-beanutils</artifactId>
            <version>${commons.beanutils.version}</version>
        </dependency>

works, but shouldn't this been added automatically when doing 'mvn
appfuse:full-source' ?

The beanutils version property is automatically added together with other
properties when running the full source target (see end of main pom file)
Also, this dependency is automatically added:
     <dependency>
            <groupId>commons-lang</groupId>
            <artifactId>commons-lang</artifactId>
            <version>${commons.lang.version}</version>
        </dependency>

but the beanutils isn't :-( 

Should I report this as a bug?

Olivier
-- 
View this message in context: 
http://www.nabble.com/Using-appfuse%3Afull-source-tf4619553s2369.html#a13996047
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