Version conflicts with guava library

2014-10-03 Thread Christofer Dutz
Hi, I'm currently working on a plugin for the Apache Flex compiler Falcon. This uses Guava in a version above 15. Now maven seems to come with a Guava version ... 0.9.9 for Maven 3.0.x, something about 11 for 3.1 and above. The problem is that from version 15 on there was an API change Falcon de

Re: Version conflicts with guava library

2014-10-03 Thread Igor Fedorenko
What version of Maven do you use? Can you provide a small standalone example that demonstrate the problem? Like a sample plugin with a trivial demo project, for example. Generally, each Maven plugin runs in its own classloader with only subset of Maven core classes available to it. Guava is not p

AW: Version conflicts with guava library

2014-10-03 Thread Christofer Dutz
Von: Igor Fedorenko [mailto:i...@ifedorenko.com] Gesendet: Freitag, 3. Oktober 2014 21:59 An: dev@maven.apache.org Betreff: Re: Version conflicts with guava library What version of Maven do you use? Can you provide a small standalone example that demonstrate the problem? Like a sample plugin

Re: Version conflicts with guava library

2014-10-03 Thread Igor Fedorenko
s. > >Chris > > >-Ursprüngliche Nachricht- >Von: Igor Fedorenko [mailto:i...@ifedorenko.com] >Gesendet: Freitag, 3. Oktober 2014 21:59 >An: dev@maven.apache.org >Betreff: Re: Version conflicts with guava library > >What version of Maven do you use? Can you pro