Re: Zookeeper, Maven and dependencies on javax jar files

2010-05-24 Thread Ted Dunning
Which version of maven do you have? I have heard some versions don't follow redirects well. You can try deleting these defective files in your local repository under .m2 and try again. You may need to try with a newer maven to get things right. Another option is to explicitly remove those

Re: Zookeeper, Maven and dependencies on javax jar files

2010-05-24 Thread Jack Orenstein
Ted Dunning wrote: Which version of maven do you have? 2.2.1. I have heard some versions don't follow redirects well. You can try deleting these defective files in your local repository under .m2 and try again. You may need to try with a newer maven to get things right. I tried deleting

Re: Zookeeper, Maven and dependencies on javax jar files

2010-05-24 Thread Ted Dunning
The only one that I think is important is the jmx which enables monitoring of the servers. On Mon, May 24, 2010 at 2:51 PM, Jack Orenstein j...@akiban.com wrote: This at least gets me through the build/install phase. My usage of zookeeper is pretty minimal right now -- just one a single node.

Re: Zookeeper, Maven and dependencies on javax jar files

2010-05-24 Thread Ted Dunning
Same version I use. On Mon, May 24, 2010 at 2:51 PM, Jack Orenstein j...@akiban.com wrote: Ted Dunning wrote: Which version of maven do you have? 2.2.1.