/
githubmirror
/
ydb-java-yc
Обзор
Документация
Войти
/
githubmirror
/
ydb-java-yc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v2.2.0
provider/pom.xml
48 строк
2 KB
Alexandr Gorshenin
Next version 2.2.0
27 мар 2024, 15:38
Не верифицирован
27 мар 2024, 15:38
6dd651d
Код
Авторство
О чём код?
<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>tech.ydb.auth</groupId> <artifactId>yc-auth-provider-parent</artifactId> <version>2.2.0</version> </parent> <artifactId>yc-auth-provider</artifactId> <name>Yandex Cloud IAM Provider</name> <description>Yandex Cloud IAM Authentication Provider module</description> <dependencies> <dependency> <groupId>tech.ydb</groupId> <artifactId>ydb-auth-api</artifactId> </dependency> <dependency> <groupId>com.yandex.cloud</groupId> <artifactId>java-sdk-auth</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mock-server</groupId> <artifactId>mockserver-junit-rule</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mock-server</groupId> <artifactId>mockserver-netty</artifactId> <scope>test</scope> </dependency> </dependencies> </project>