Skip to content

Commit

Permalink
add saaj dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Kreutz committed May 10, 2024
1 parent 0c5a166 commit bcd497c
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 @@ -219,6 +219,11 @@
<artifactId>camel-cxf-soap</artifactId>
<version>${camel-version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
Expand Down

0 comments on commit bcd497c

Please sign in to comment.