Skip to content

Commit

Permalink
Fix #181 to move quarkus-artemis-bom to test module (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng committed Nov 21, 2023
1 parent bdd4fc5 commit d6d4426
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
12 changes: 11 additions & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@
<artifactId>quarkus-pooled-jms-integration-tests</artifactId>
<name>Quarkus - Pooled Jms - Integration Tests</name>
<packaging>pom</packaging>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-bom</artifactId>
<version>${quarkus-artemis.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<modules>
<module>artemis-jms</module>
<module>qpid-jms</module>
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-bom</artifactId>
<version>${quarkus-artemis.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.messaginghub</groupId>
<artifactId>pooled-jms</artifactId>
Expand Down

0 comments on commit d6d4426

Please sign in to comment.