Re: maven setting of version of protocol buffer

2013-01-17 Thread yiyu jia
Hi Colin, Yes. What I talked about is google protobuf. What I did is just open each POM files that has protobuf dependency and add the version number I installed into my local repository. I guess other developers have no problem because they use there internal maven repository, which contains rig

Re: maven setting of version of protocol buffer

2013-01-17 Thread Colin McCabe
Hi Yiyu, Are you referring to com.google.protobuf? We generally do depend on specific versions of jars in the pom.xml files, to prevent exactly this sort of problem. If you have a patch which adds this, you should post it. It might help someone else. cheers, Colin On Thu, Jan 17, 2013 at 6:3