WSO2 Identity Server 5.1.0 に同梱されているさまざまな (SOAP) サービス スタブは、どの Maven リポジトリにありますか?
スタブ自体は、ディレクトリ内の WSO2 Identity Server に同梱されています/repository/components/plugins/
。たとえば、OAuth スタブは次の場所で提供されます。/repository/components/plugins/org.wso2.carbon.identity.oauth.stub_5.0.7.jar
jar ファイルには、ライブラリを Maven 座標で識別する pom ファイルが含まれています。上記の例では、これらの座標は
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>carbon-service-stubs</artifactId>
<version>5.0.7</version>
パブリック リポジトリの Maven アーティファクトを使用したいのですが、これまでのところ、非常に古いアーティファクトしか見つかりませんでした。