quarkus-debezium-bom-quarkus-platform-descriptor
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.quarkus.platform</groupId> <artifactId>quarkus-debezium-bom-quarkus-platform-descriptor</artifactId> <version>3.25.0.CR1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.quarkus.platform</groupId> <artifactId>quarkus-debezium-bom-quarkus-platform-descriptor</artifactId> <version>3.25.0.CR1</version> <packaging>pom</packaging> <name>Quarkus Platform - Debezium-Outbox - Quarkus Platform Descriptor</name> <description>Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions</description> <url>https://github.com/quarkusio/quarkus-platform</url> <organization> <name>JBoss by Red Hat</name> <url>http://www.jboss.org</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>quarkus</id> <name>Quarkus Community</name> <organization>Quarkus</organization> <organizationUrl>https://quarkus.io</organizationUrl> </developer> </developers> <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> <connection>scm:git:git@github.com:quarkusio/quarkus-platform.git</connection> <developerConnection>scm:git:git@github.com:quarkusio/quarkus-platform.git</developerConnection> <tag>3.25.0.CR1</tag> <url>https://github.com/quarkusio/quarkus-platform</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/quarkusio/quarkus/issues/</url> </issueManagement> <distributionManagement> <repository> <id>quarkus-publish</id> <name>Quarkus Releases</name> <url>https://repo.maven.apache.org/maven2</url> </repository> <snapshotRepository> <id>quarkus-publish</id> <name>Quarkus Snapshots</name> <url>https://central.sonatype.com/repository/maven-snapshots</url> </snapshotRepository> </distributionManagement> </project>