2 issues with maven version range

2019-11-24 Thread John Patrick
i'm trying to start using maven version range more but having issues with things like guava and also it not excluding version i believe should be excluded. 1) i don't think this is possible but it might be, take a look a google guava, it has a jre and a android version. using maven version range

Re: What should be the correct way for openjdk 13 maven pom ?

2019-11-24 Thread Michael Osipov
Am 2019-11-24 um 06:01 schrieb Karen Goh: Hi, I am having problems with maven compiling java openjdk 13 in Eclipse - jee-2019-09, despite following several examples from stackoverflow. You cannot compile OpenJDK with Maven. OpenJDK uses a GNU autoconf/gmake setup.

Re: What should be the correct way for openjdk 13 maven pom ?

2019-11-24 Thread Filipe Sousa
Hi > On 24 Nov 2019, at 05:01, Karen Goh wrote: > > Hi, > > I am having problems with maven compiling java openjdk 13 in Eclipse - > jee-2019-09, despite following several examples from stackoverflow. > > Could someone let me know if there is anything amiss from below pom.xml : > > >