|
20 | 20 | </scm> |
21 | 21 |
|
22 | 22 | <properties> |
23 | | - <activemq.version>2.42.0</activemq.version> |
| 23 | + <artemis.version>2.53.0</artemis.version> |
24 | 24 | <assertj.version>3.27.7</assertj.version> |
25 | 25 | <bootstrap.version>5.3.8</bootstrap.version> |
26 | 26 | <graalvm.js.version>21.3.17</graalvm.js.version> |
|
140 | 140 | <version>${tomcat-catalina.version}</version> |
141 | 141 | </dependency> |
142 | 142 | <dependency> |
143 | | - <groupId>org.apache.activemq</groupId> |
| 143 | + <groupId>org.apache.artemis</groupId> |
144 | 144 | <artifactId>artemis-core-client</artifactId> |
145 | | - <version>${activemq.version}</version> |
| 145 | + <version>${artemis.version}</version> |
146 | 146 | </dependency> |
147 | 147 | <dependency> |
148 | | - <groupId>org.apache.activemq</groupId> |
| 148 | + <groupId>org.apache.artemis</groupId> |
149 | 149 | <artifactId>artemis-server</artifactId> |
150 | | - <version>${activemq.version}</version> |
| 150 | + <version>${artemis.version}</version> |
151 | 151 | </dependency> |
152 | 152 |
|
153 | 153 | <dependency> |
|
400 | 400 | </dependency> |
401 | 401 |
|
402 | 402 | <dependency> |
403 | | - <groupId>org.apache.activemq</groupId> |
| 403 | + <groupId>org.apache.artemis</groupId> |
404 | 404 | <artifactId>artemis-jakarta-client</artifactId> |
405 | | - <version>${activemq.version}</version> |
| 405 | + <version>${artemis.version}</version> |
406 | 406 | </dependency> |
407 | 407 | <dependency> |
408 | | - <groupId>org.apache.activemq</groupId> |
| 408 | + <groupId>org.apache.artemis</groupId> |
409 | 409 | <artifactId>artemis-jakarta-server</artifactId> |
410 | | - <version>${activemq.version}</version> |
| 410 | + <version>${artemis.version}</version> |
411 | 411 | <exclusions> |
412 | 412 | <exclusion> |
413 | 413 | <groupId>commons-logging</groupId> |
|
0 commit comments