1

我想为 Apache Oltu 运行客户端演示。由于缺少依赖项,按照演示的说明(下载和“mvn jetty:run”)无法正常工作,因此我尝试使用“mvn install”构建整个项目并遇到其他缺少的依赖项问题。这是 Maven 输出的尾部:

[INFO]
------------------------------------------------------------------------
[INFO] Building Apache Oltu - OpenId Connect - Client 0.1-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[WARNING] The POM for
org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:jar:0.31-SNAPSHOT is
missing, no dependency information available
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Oltu - Parent .............................. SUCCESS [1.794s]
[INFO] Apache Oltu - OAuth 2.0 - Parent .................. SUCCESS [0.159s]
[INFO] Apache Oltu - OAuth 2.0 - Common .................. SUCCESS [2.378s]
[INFO] Apache Oltu - OAuth 2.0 - Client .................. SUCCESS [2.249s]
[INFO] Apache Oltu - OAuth 2.0 - HttpClient .............. SUCCESS [1.754s]
[INFO] Apache Oltu - OAuth 2.0 - Dynamic Registration Common  SUCCESS
[0.381s]
[INFO] Apache Oltu - OAuth 2.0 - Dynamic Registration Client  SUCCESS
[1.393s]
[INFO] Apache Oltu - OAuth 2.0 - Authorization Server .... SUCCESS [2.260s]
[INFO] Apache Oltu - OAuth 2.0 - Resource Server ......... SUCCESS [1.818s]
[INFO] Apache Oltu - OAuth 2.0 - Resource Server Filter .. SUCCESS [1.434s]
[INFO] Apache Oltu - OAuth 2.0 - Test Utils .............. SUCCESS [0.350s]
[INFO] Apache Oltu - OAuth 2.0 - Dynamic Registration Server  SUCCESS
[1.821s]
[INFO] Apache Oltu - OAuth 2.0 - Integration Tests ....... SUCCESS [3.382s]
[INFO] Apache Oltu - OAuth 2.0 - JWT ..................... SUCCESS [0.696s]
[INFO] Apache Oltu - OpenId Connect - Parent ............. SUCCESS [0.080s]
[INFO] Apache Oltu - OpenId Connect - Common ............. SUCCESS [0.291s]
[INFO] Apache Oltu - OpenId Connect - Client ............. FAILURE [0.017s]
[INFO] Apache Oltu - Demos - Parent ...................... SKIPPED
[INFO] Apache Oltu - Demos - Client ...................... SKIPPED
[INFO] Apache Oltu - Reactor ............................. SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 22.735s
[INFO] Finished at: Thu Aug 15 16:11:10 PDT 2013
[INFO] Final Memory: 31M/81M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project
org.apache.oltu.openidconnect.client: Could not resolve dependencies for
project
org.apache.oltu.openidconnect:org.apache.oltu.openidconnect.client:jar:0.1-SNAPSHOT:
Failed to collect dependencies at
org.apache.oltu.oauth2:org.apache.oltu.oauth2.jwt:jar:0.31-SNAPSHOT: Failed
to read artifact descriptor for
org.apache.oltu.oauth2:org.apache.oltu.oauth2.jwt:jar:0.31-SNAPSHOT:
Failure to find
org.apache.oltu.oauth2:org.apache.oltu.oauth2.parent:pom:0.31-SNAPSHOT in
http://repository.apache.org/snapshots was cached in the local repository,
resolution will not be reattempted until the update interval of
apache.snapshots has elapsed or updates are forced -> [Help 1]

这是我在 ~/.m2/repository/org/apache/oltu/oauth2/org.apache.oltu.oauth2.parent/0.31-SNAPSHOT 中看到的

-rw-r--r--  1 sherb  staff  248 Aug 15 16:53 org.apache.oltu.oauth2.parent-0.31-SNAPSHOT.pom.lastUpdated
-rw-r--r--  1 sherb  staff  238 Aug 15 16:53 resolver-status.properties

有没有其他人看到这个并能够解决它?

4

1 回答 1

1

这现在应该在https://issues.apache.org/jira/browse/OLTU-112中修复。

于 2013-08-16T20:08:10.027 回答