quarkus-confluent-registry-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-confluent-registry-parent</artifactId> <version>3.21.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>quarkus-schema-registry-parent</artifactId> <groupId>io.quarkus</groupId> <version>3.21.2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>quarkus-confluent-registry-parent</artifactId> <name>Quarkus - Confluent Schema Registry</name> <packaging>pom</packaging> <dependencyManagement> <dependencies> <dependency> <artifactId>joda-time</artifactId> <groupId>joda-time</groupId> <version>2.10.14</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-scripting-compiler-embeddable</artifactId> <version>2.0.21</version> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20230227</version> </dependency> </dependencies> </dependencyManagement> <modules> <module>common</module> <module>avro</module> <module>json-schema</module> </modules> </project>