kiwi-libraries-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>kiwi-libraries-bom</artifactId>
<version>2.0.0</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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.kiwiproject</groupId>
<artifactId>kiwi-parent</artifactId>
<version>3.0.36</version>
</parent>
<artifactId>kiwi-libraries-bom</artifactId>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>
Bill of Materials for all kiwiproject libraries.
Use this to ensure you are using the latest versions of kiwiproject libraries.
</description>
<url>https://github.com/kiwiproject/kiwi-libraries-bom</url>
<inceptionYear>2025</inceptionYear>
<scm>
<connection>scm:git:https://github.com/kiwiproject/kiwi-libraries-bom.git</connection>
<developerConnection>scm:git:git@github.com:kiwiproject/kiwi-libraries-bom.git</developerConnection>
<url>https://github.com/kiwiproject/kiwi-libraries-bom</url>
<tag>v2.0.0</tag>
</scm>
<properties>
<!-- Core libraries -->
<kiwi.version>5.0.0</kiwi.version>
<kiwi-beta.version>3.0.0</kiwi-beta.version>
<kiwi-test.version>4.0.0</kiwi-test.version>
<retrying-again.version>2.1.12</retrying-again.version>
<!-- Dropwizard utilities and extensions -->
<dropwizard-application-errors.version>4.0.0</dropwizard-application-errors.version>
<dropwizard-client-poller.version>3.0.0</dropwizard-client-poller.version>
<dropwizard-config-providers.version>3.0.0</dropwizard-config-providers.version>
<dropwizard-consul.version>2.0.0</dropwizard-consul.version>
<dropwizard-curator.version>3.0.0</dropwizard-curator.version>
<dropwizard-elk-appender.version>3.0.0</dropwizard-elk-appender.version>
<dropwizard-jakarta-xml-ws.version>2.0.0</dropwizard-jakarta-xml-ws.version>
<dropwizard-leader-latch.version>3.0.0</dropwizard-leader-latch.version>
<dropwizard-mongo-migrations.version>3.0.0</dropwizard-mongo-migrations.version>
<dropwizard-service-utilities.version>5.0.0</dropwizard-service-utilities.version>
<!-- Service discovery -->
<consul-client.version>1.9.2</consul-client.version>
<registry-aware-jersey-client.version>3.0.0</registry-aware-jersey-client.version>
<service-discovery-client.version>3.0.0</service-discovery-client.version>
<!-- Utilities & others -->
<dynamic-properties-provider.version>3.0.0</dynamic-properties-provider.version>
<metrics-healthchecks-severity.version>3.0.0</metrics-healthchecks-severity.version>
<!-- Sonar properties -->
<sonar.projectKey>kiwiproject_kiwi-libraries-bom</sonar.projectKey>
<sonar.organization>kiwiproject</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>
<dependencyManagement>
<dependencies>
<!-- Core libraries -->
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>kiwi</artifactId>
<version>${kiwi.version}</version>
</dependency>
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>kiwi-beta</artifactId>
<version>${kiwi-beta.version}</version>
</dependency>
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>kiwi-test</artifactId>
<version>${kiwi-test.version}</version>
</dependency>
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>retrying-again</artifactId>
<version>${retrying-again.version}</version>
</dependency>
<!-- Dropwizard utilities and extensions -->
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-application-errors</artifactId>
<version>${dropwizard-application-errors.version}</version>
</dependency>
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-client-poller</artifactId>
<version>${dropwizard-client-poller.version}</version>
</dependency>
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-config-providers</artifactId>
<version>${dropwizard-config-providers.version}</version>
</dependency>
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-consul</artifactId>
<version>${dropwizard-consul.version}</version>
</dependency>
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-curator</artifactId>
<version>${dropwizard-curator.version}</version>
</dependency>
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-elk-appender</artifactId>
<version>${dropwizard-elk-appender.version}</version>
</dependency>
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-jakarta-xml-ws</artifactId>
<version>${dropwizard-jakarta-xml-ws.version}</version>
</dependency>
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-leader-latch</artifactId>
<version>${dropwizard-leader-latch.version}</version>
</dependency>
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-mongo-migrations</artifactId>
<version>${dropwizard-mongo-migrations.version}</version>
</dependency>
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-service-utilities</artifactId>
<version>${dropwizard-service-utilities.version}</version>
</dependency>
<!-- Service discovery -->
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>consul-client</artifactId>
<version>${consul-client.version}</version>
</dependency>
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>registry-aware-jersey-client</artifactId>
<version>${registry-aware-jersey-client.version}</version>
</dependency>
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>service-discovery-client</artifactId>
<version>${service-discovery-client.version}</version>
</dependency>
<!-- Other utilities -->
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dynamic-properties-provider</artifactId>
<version>${dynamic-properties-provider.version}</version>
</dependency>
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>metrics-healthchecks-severity</artifactId>
<version>${metrics-healthchecks-severity.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>