未找到org.wso2.carbon.identity.oauth.stub工件

时间:2015-08-25 13:25:28

标签: java maven wso2 wso2is

我有一个使用这些依赖项的项目:

<dependency>
    <groupId>org.wso2.carbon</groupId>
    <artifactId>org.wso2.carbon.identity.oauth.stub</artifactId>
    <version>4.2.2</version>
</dependency>
<dependency>
    <groupId>org.wso2.carbon</groupId>
    <artifactId>org.wso2.carbon.utils</artifactId>
    <version>4.2.0</version>
</dependency>

似乎这些依赖项不再可用了。 你知道其他任何版本吗?

1 个答案:

答案 0 :(得分:1)

Maven Central上没有WSO2工件。 您需要添加以下存储库:

<repositories>
    <repository>
        <id>wso2-maven2-repository</id>
        <url>http://maven.wso2.org/nexus/content/groups/wso2-public</url>
    </repository>
</repositories>