Closed GoogleCodeExporter closed 9 years ago
Done in -r1123 and Maven artifact version 20090913.
Original comment by jmkrist...@gmail.com
on 14 Sep 2009 at 12:44
I inspected the new pom.xml file and noticed that one of the dependencies is
out of date:
<dependency>
<groupId>net.oauth.core</groupId>
<artifactId>oauth-consumer</artifactId>
<version>20090617</version>
</dependency>
Can you bring this dependency up to date?
<dependency>
<groupId>net.oauth.core</groupId>
<artifactId>oauth-consumer</artifactId>
<version>20090823</version>
</dependency>
Original comment by sean%sea...@gtempaccount.com
on 14 Sep 2009 at 3:52
Original issue reported on code.google.com by
sean%sea...@gtempaccount.com
on 13 Sep 2009 at 6:24