Re: error when using log4j dependency

2015-08-24 Thread Stephen Coy
Avoid using log4j 1.2.15. It has a broken pom which sucks in some dependencies that don’t exist in public repositories. Either use 1.2.14 or 1.2.16/17. Steve C > On 25 Aug 2015, at 2:25 am, Magnanao, Hector wrote: > > Why does Maven complain with this error when I try to use version 1.2.15 of

Re: error when using log4j dependency

2015-08-24 Thread Wayne Fay
I said it way back in 2009, and it is still true: Friends don't let friends use the dev.java.net repo. Seriously, get rid of that repo from all your pom files, config files, everywhere. Find another source of the javax.jms jar that you need, or try a newer version, perhaps under a different groupI

Re: error when using log4j dependency

2015-08-24 Thread Adrien Rivard
Hi, It is hard to say for sure without the pom but, it look like you are trying to use (maybe indirectly) an invalid repository / repositoryUrl ( https://maven-repository.dev.java.net/nonav/repository is not accessible for me at least). Error don't appear to be related with log4j but with javax.jm

error when using log4j dependency

2015-08-24 Thread Magnanao, Hector
Why does Maven complain with this error when I try to use version 1.2.15 of log4j as a dependency in my pom file ? Is there a different way of uploading this particular version of log4j ? [INFO] [INFO] BUILD FAILURE [INFO]