quarkus-smallrye-opentracing-deployment
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-smallrye-opentracing-deployment</artifactId> <version>3.12.3</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"> <parent> <artifactId>quarkus-relocations-parent</artifactId> <groupId>io.quarkus</groupId> <version>3.12.3</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>quarkus-smallrye-opentracing-deployment</artifactId> <distributionManagement> <relocation> <groupId>io.quarkiverse.opentracing</groupId> <artifactId>quarkus-smallrye-opentracing-deployment</artifactId> <version>1.0.0</version> <message>${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.opentracing:${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>