quarkus-artemis-jms
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-artemis-jms</artifactId>
<version>3.0.0.Beta1</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.0.0.Beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>quarkus-artemis-jms</artifactId>
<distributionManagement>
<relocation>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-jms</artifactId>
<version>1.0.3</version>
<message>${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.artemis:${project.artifactId}:1.0.3 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-2.6</message>
</relocation>
</distributionManagement>
</project>