This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 4dbfe49da75fe4b036b095ad0bbf92e195f07fcf
Author: Daniel Kulp <d...@kulp.com>
AuthorDate: Tue Sep 12 14:22:17 2023 -0400

    Update version of ActiveMQ used for testing
---
 parent/pom.xml            | 6 +++++-
 rt/transports/jms/pom.xml | 4 ++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ae5637c26f..8b0cfba156 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -77,7 +77,7 @@
         <cxf.osgi.javax.xml.ws.version>[0,3)</cxf.osgi.javax.xml.ws.version>
 
         <!-- please maintain alphabetical order here -->
-        <cxf.activemq.version>5.16.3</cxf.activemq.version>
+        <cxf.activemq.version>5.17.5</cxf.activemq.version>
         <cxf.ahc.version>2.12.3</cxf.ahc.version>
         <cxf.arquillian.version>1.6.0.Final</cxf.arquillian.version>
         
<cxf.arquillian.weld.container.version>2.0.1.Final</cxf.arquillian.weld.container.version>
@@ -1723,6 +1723,10 @@
                         <groupId>com.google.guava</groupId>
                         <artifactId>guava</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>javax.annotation</groupId>
+                        <artifactId>javax.annotation-api</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>
diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml
index 740b224e91..d37b93a901 100644
--- a/rt/transports/jms/pom.xml
+++ b/rt/transports/jms/pom.xml
@@ -41,6 +41,10 @@
             <groupId>jakarta.transaction</groupId>
             <artifactId>jakarta.transaction-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>jakarta.annotation</groupId>
+            <artifactId>jakarta.annotation-api</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-core</artifactId>

Reply via email to