Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@
<astra-io.version>4.18.1</astra-io.version>
<dataplex.api.version>v1-rev20251113-2.0.0</dataplex.api.version>
<!-- ActiveMQ uses JMS 1.1 for versions < 5.18.0 -->
<!-- This can only be upgraded after Beam moves to JMS 2.0 -->
<activemq.version>5.17.7</activemq.version>
<!-- ActiveMQ uses both JMS 1.1 and 2.0 for 5.18.0 <= x < 6.0.0 -->
<!-- Beam will need to migrate to Jakarta Messaging (jakarta.jms) before this can be updated to 6.2.x -->
<activemq.version>5.19.3</activemq.version>
<licenseHeaderFile>../JAVA_LICENSE_HEADER</licenseHeaderFile>
</properties>

Expand Down
Loading