Hi, all
I am using maven, in my pom.xml, I have the follows:

<commons-betwixt-version>0.8</commons-betwixt-version>

<dependency>
                        <groupId>commons-betwixt</groupId>
                        <artifactId>commons-betwixt</artifactId>
                        <version>${commons-betwixt-version}</version>
                        <scope>provided</scope>
                
</dependency>

But when I was running my software, I got :
Exception in thread "main"
java.lang.NoSuchMethodError:
org.apache.commons.collections.ArrayStack: method
<init>(I)V not found

Do I need to a explicit dependency of commons
collection?

Thanks.



      Be smarter than spam. See how smart SpamGuard is at giving junk email the 
boot with the All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca


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

Reply via email to