我需要提供给我们的构建工程师的链接。
即使我将它添加到我们的pom文件中,它也没有得到jar。谢谢 net.oauth.core OAuth的httpclient4 20100601
答案 0 :(得分:6)
工件不在中央存储库中。您必须将http://oauth.googlecode.com/svn/code/maven/存储库添加到pom.xml中,或者将工件部署到公司的私有存储库中。
答案 1 :(得分:0)
我有同样的问题,修好了它
<dependency>
<groupId>net.oauth.core</groupId>
<artifactId>oauth-httpclient4</artifactId>
<version>20090913</version>
</dependency>