Skip to content

Commit

Permalink
Ensuring all CXF deps are on the same version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Oct 10, 2024
1 parent 856bfe3 commit 801da3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,11 @@ under the License.
<artifactId>cxf-rt-rs-client</artifactId>
<version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-hc</artifactId>
Expand Down

0 comments on commit 801da3c

Please sign in to comment.