maned ali wrote:
I'm using the FtpServer project.  Here is portion of pom.xml file.  Thanks!

         <dependency>
            <groupId>org.apache.directory.mina</groupId>
            <artifactId>mina-core</artifactId>
            <version>0.9.5</version>
FtpServer 1.0.0-M3 uses MINA 2.0.0-M3 :
     <dependency>
       <groupId>org.apache.mina</groupId>
       <artifactId>mina-core</artifactId>
       <version>2.0.0-M3</version>

The exception you've got is pretty clear about the fact that you are using two incompatible libraries. Here, it's MINA.

--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org


Reply via email to