Re: BOM dependency with gradle

2016-06-02 Thread Matt Sicker
gt;> Gary > >> > > >> > Greg > >> > > >> > On 2 June 2016 at 09:38, Remko Popma <remko.po...@gmail.com> wrote: > >> > > I explicitly specify the version for log4j-api and log4j-core as > well. > >> > > > >> > &

Re: BOM dependency with gradle

2016-06-02 Thread Jav Angelo
a call. Regards, Jav Angelo Getting started with Java Swing - http://bit.ly/1RQcam7 On Thu, Jun 2, 2016 at 1:33 PM, Greg Thomas <greg.d.tho...@gmail.com> wrote: > Is there a correct syntax to use the BOM dependency with gradle? > > I've currently got the following ... &g

Re: BOM dependency with gradle

2016-06-02 Thread Ralph Goers
te: >>>> I explicitly specify the version for log4j-api and log4j-core as well. >>>> >>>> Sent from my iPhone >>>> >>>>> On 2016/06/02, at 17:03, Greg Thomas <greg.d.tho...@gmail.com> wrote: >>>

Re: BOM dependency with gradle

2016-06-02 Thread Matt Sicker
o...@gmail.com> wrote: > > > I explicitly specify the version for log4j-api and log4j-core as well. > > > > > > Sent from my iPhone > > > > > >> On 2016/06/02, at 17:03, Greg Thomas <greg.d.tho...@gmail.com> wrote: > >

Re: BOM dependency with gradle

2016-06-02 Thread Gary Gregory
t 09:38, Remko Popma <remko.po...@gmail.com> wrote: > > I explicitly specify the version for log4j-api and log4j-core as well. > > > > Sent from my iPhone > > > >> On 2016/06/02, at 17:03, Greg Thomas <greg.d.tho...@gmail.com> wrote: > >> &

Re: BOM dependency with gradle

2016-06-02 Thread Greg Thomas
ent from my iPhone > >> On 2016/06/02, at 17:03, Greg Thomas <greg.d.tho...@gmail.com> wrote: >> >> Is there a correct syntax to use the BOM dependency with gradle? >> >> I've currently got the following ... >> >> compile group: 'org.apac

Re: BOM dependency with gradle

2016-06-02 Thread Remko Popma
I explicitly specify the version for log4j-api and log4j-core as well. Sent from my iPhone > On 2016/06/02, at 17:03, Greg Thomas <greg.d.tho...@gmail.com> wrote: > > Is there a correct syntax to use the BOM dependency with gradle? > > I've currently got the following .

BOM dependency with gradle

2016-06-02 Thread Greg Thomas
Is there a correct syntax to use the BOM dependency with gradle? I've currently got the following ... compile group: 'org.apache.logging.log4j,' name: 'log4j-bom', version: '2.6' compile group: 'org.apache.logging.log4j', name: 'log4j-api' compile group: 'org.apache.logging.log4j', name: 'log4j