quarkus-jaeger-deployment

Used in: 0 components

Overview

Description

No description provided

Snippets

<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-jaeger-deployment</artifactId>
    <version>3.12.3</version>
</dependency>

Maven POM File

<?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">
    <parent>
        <artifactId>quarkus-relocations-parent</artifactId>
        <groupId>io.quarkus</groupId>
        <version>3.12.3</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>quarkus-jaeger-deployment</artifactId>

    <distributionManagement>
        <relocation>
            <groupId>io.quarkiverse.jaeger</groupId>
            <artifactId>quarkus-jaeger-deployment</artifactId>
            <version>1.0.0</version>
            <message>${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.jaeger:${project.artifactId}:1.0.0 and is not managed by io.quarkus.platform:quarkus-bom:${project.version} anymore. Please, update the groupId and add the corresponding version to the dependency declaration in your project configuration. For more information about this change, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.6</message>
        </relocation>
    </distributionManagement>
</project>