Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,10 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>4.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
<version>4.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf.xjc-utils</groupId>
Expand All @@ -171,7 +169,6 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jakarta-server</artifactId>
<version>${cxf.activemq.artemis.version}</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion distribution/src/main/release/samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<cxf.aspectj.version>1.9.19</cxf.aspectj.version>
<cxf.brave.version>5.14.1</cxf.brave.version>
<cxf.zest.version>2.1</cxf.zest.version>
<cxf.activemq.artemis.version>2.26.0</cxf.activemq.artemis.version>
<cxf.activemq.artemis.version>2.27.1</cxf.activemq.artemis.version>
<cxf.h2.version>2.1.214</cxf.h2.version>
<cxf.jboss.narayana.version>5.12.7.Final</cxf.jboss.narayana.version>
<cxf.narayana.spring.boot.version>2.6.7</cxf.narayana.spring.boot.version>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<cxf.easymock.version>5.0.1</cxf.easymock.version>

<!-- please maintain alphabetical order here -->
<cxf.activemq.artemis.version>2.26.0</cxf.activemq.artemis.version>
<cxf.activemq.artemis.version>2.27.1</cxf.activemq.artemis.version>
<cxf.ahc.version>2.12.3</cxf.ahc.version>
<cxf.arquillian.version>1.7.0.Alpha13</cxf.arquillian.version>
<cxf.arquillian.weld.container.version>3.0.0.Final</cxf.arquillian.weld.container.version>
Expand Down
5 changes: 5 additions & 0 deletions rt/transports/jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@
<artifactId>narayana-jta-jakarta</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
5 changes: 5 additions & 0 deletions systests/transport-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,10 @@
<artifactId>narayana-jta-jakarta</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>