Skip to content

Commit

Permalink
apache-artemis.version bumped to 2.19.1, fixes PR #160
Browse files Browse the repository at this point in the history
Also, geronimo-jms_2.0_spec replaced with equivalent jakarta.jms-api.
  • Loading branch information
virgo47 committed Feb 12, 2022
1 parent 6d2a0c4 commit 7726b5a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<jcommander.version>1.81</jcommander.version>
<failsafe.version>3.0.0-M4</failsafe.version>
<qpid-broker.version>8.0.4</qpid-broker.version>
<apache-artemis.version>2.17.0</apache-artemis.version> <!-- matching Spring Boot Artemis dependency -->
<apache-artemis.version>2.19.1</apache-artemis.version>
<asm.version>9.1</asm.version>
<geronimo-ws-metadata_2.0_spec.version>1.1.3</geronimo-ws-metadata_2.0_spec.version>
<jetty.version>11.0.4</jetty.version>
Expand Down Expand Up @@ -1460,12 +1460,6 @@
<artifactId>artemis-commons</artifactId>
<version>${apache-artemis.version}</version>
</dependency>
<!-- TODO -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_2.0_spec</artifactId>
<version>1.0-alpha-2</version>
</dependency>

<dependency>
<groupId>io.netty</groupId>
Expand Down
4 changes: 2 additions & 2 deletions provisioning/provisioning-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_2.0_spec</artifactId>
<groupId>jakarta.jms</groupId>
<artifactId>jakarta.jms-api</artifactId>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions provisioning/ucf-impl-builtin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
<artifactId>artemis-commons</artifactId>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_2.0_spec</artifactId>
<groupId>jakarta.jms</groupId>
<artifactId>jakarta.jms-api</artifactId>
</dependency>

<!-- Testing dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions testing/story/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_2.0_spec</artifactId>
<groupId>jakarta.jms</groupId>
<artifactId>jakarta.jms-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7726b5a

Please sign in to comment.