Hello
I am getting these errors when i try to package my files using mvn package
----
cannot find symbol
symbol : class FactoryUtils
cannot find symbol
symbol : class ListUtils
------------
Not sure why I am getting these errors, coz I have commons-beanutils as a
dependency in my POM file.
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
</dependency>
Any pointers.
Thanks
--
View this message in context:
http://www.nabble.com/cannot-find-symbol-symbol--%3A-class-FactoryUtils-tp18039671p18039671.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]