On 19/04/2019 09:03, Stefan Seelmann wrote:
Hi Luis, I'm afraid you have to wait a bit, the master build is currently broken and requires mina 2.1.2 is released, which should happen soonish.
Yeah, my bad, I started to use a non-release MINA package. The vote is currently on, and should be completed tonite.
If you want, you may get the MINA packages on https://dist.apache.org/repos/dist/dev/mina/mina/2.1.2/
As it has to be deployed on your local Maven repository, you can grab the source and build it
$ tar xzpf apache-mina-2.1.2-src.tar.gz <https://dist.apache.org/repos/dist/dev/mina/mina/2.1.2/apache-mina-2.1.2-src.tar.gz>
$ cd apache-mina $ mvn clean install -DskipTests then you should be good to go. Or wait one more day so that MINA get released.
