[oauth] Re: Fix maven dependencies

2009-06-12 Thread John Kristian
I'll do that. Thanks for pointing it out. On Jun 11, 7:52 am, bowa wrote: > Can someone with svn commit rights to the google code project change > this and put a new build on the maven repo please ? > > thanks, > bruno --~--~-~--~~~---~--~~ You received this mes

[oauth] Re: Fix maven dependencies

2009-06-11 Thread bowa
Can someone with svn commit rights to the google code project change this and put a new build on the maven repo please ? thanks, bruno On Jun 11, 2:05 pm, joaquindiez wrote: > Thanks  that is the solution it must be changed in any pom.xml > under ../java/core/ > > On Jun 10, 11:51 pm, S

[oauth] Re: Fix maven dependencies

2009-06-11 Thread joaquindiez
Thanks that is the solution it must be changed in any pom.xml under ../java/core/ On Jun 10, 11:51 pm, Seth Fitzsimmons wrote: > It looks like the solution is to change pom.xml entries that look like this: > >   >     net.oauth.core >     parent >     20090530 >   > > to: > >   >  

[oauth] Re: Fix maven dependencies

2009-06-10 Thread Seth Fitzsimmons
It looks like the solution is to change pom.xml entries that look like this: net.oauth.core parent 20090530 to: net.oauth.core oauth-core-parent 20090530 seth On Tue, Jun 9, 2009 at 9:58 AM, joaquindiez wrote: > > so... how can this be solved? > > On Jun 8,

[oauth] Re: Fix maven dependencies

2009-06-09 Thread joaquindiez
so... how can this be solved? On Jun 8, 9:24 pm, Paul Austin wrote: > For build 20090530 all of the maven pom are referencing a parent > called parent. In the file system the module is called oauth-parent so > those poms cannot find it. > > Paul --~--~-~--~~~---~--~--