authmgr-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.dremio.iceberg.authmgr</groupId> <artifactId>authmgr-bom</artifactId> <version>0.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.dremio.iceberg.authmgr</groupId> <artifactId>authmgr-bom</artifactId> <version>0.1.0</version> <packaging>pom</packaging> <name>Auth Manager for Apache Iceberg - BOM</name> <description>Bill of Materials for Dremio AuthManager for Apache Iceberg</description> <url>https://github.com/dremio/iceberg-auth-manager</url> <inceptionYear>2025</inceptionYear> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>dremio</id> <name>Dremio</name> <email>oss@dremio.com</email> <organization>Dremio Corporation</organization> <organizationUrl>https://www.dremio.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/dremio/iceberg-auth-manager.git</connection> <developerConnection>scm:git:git://github.com/dremio/iceberg-auth-manager.git</developerConnection> <tag>authmgr-0.1.0</tag> <url>https://github.com/dremio/iceberg-auth-manager</url> </scm> <parent> <groupId>com.dremio.iceberg.authmgr</groupId> <artifactId>authmgr</artifactId> <version>0.1.0</version> </parent> <dependencyManagement> <dependencies> <dependency> <groupId>com.dremio.iceberg.authmgr</groupId> <artifactId>authmgr-immutables</artifactId> <version>0.1.0</version> </dependency> <dependency> <groupId>com.dremio.iceberg.authmgr</groupId> <artifactId>authmgr-oauth2-core</artifactId> <version>0.1.0</version> </dependency> <dependency> <groupId>com.dremio.iceberg.authmgr</groupId> <artifactId>authmgr-oauth2-runtime</artifactId> <version>0.1.0</version> </dependency> <dependency> <groupId>com.dremio.iceberg.authmgr</groupId> <artifactId>authmgr-oauth2-standalone</artifactId> <version>0.1.0</version> </dependency> </dependencies> </dependencyManagement> </project>