org.wso2.carbon.identity.oauth.stub 未找到工件
org.wso2.carbon.identity.oauth.stub artifact not found
我有一个项目正在使用这些依赖项:
<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>
这些依赖项似乎不再可用。
你知道它们的其他版本吗?
WSO2 工件在 Maven Central 上不可用。
您需要添加以下存储库:
<repositories>
<repository>
<id>wso2-maven2-repository</id>
<url>http://maven.wso2.org/nexus/content/groups/wso2-public</url>
</repository>
</repositories>
我有一个项目正在使用这些依赖项:
<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>
这些依赖项似乎不再可用。 你知道它们的其他版本吗?
WSO2 工件在 Maven Central 上不可用。 您需要添加以下存储库:
<repositories>
<repository>
<id>wso2-maven2-repository</id>
<url>http://maven.wso2.org/nexus/content/groups/wso2-public</url>
</repository>
</repositories>